File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292 - name : Build Android APK (signed)
9393 if : steps.keystore.outputs.has_keystore == 'true'
9494 run : >
95- dotnet publish -c Release -p:PublishTrimmed=false -p:AndroidLinkMode=None
95+ dotnet publish -c Release -p:AndroidKeyStore=false -p: PublishTrimmed=false -p:AndroidLinkMode=None
9696 osu.Android/osu.Android.csproj
9797 -f net10.0-android
9898 -p:Version=${{ steps.version.outputs.version }}
@@ -107,7 +107,7 @@ jobs:
107107 - name : Build Android APK (signed with default debug key)
108108 if : steps.keystore.outputs.has_keystore != 'true'
109109 run : >
110- dotnet publish -c Release -p:PublishTrimmed=false -p:AndroidLinkMode=None
110+ dotnet publish -c Release -p:AndroidKeyStore=false -p: PublishTrimmed=false -p:AndroidLinkMode=None
111111 osu.Android/osu.Android.csproj
112112 -f net10.0-android
113113 -p:Version=${{ steps.version.outputs.version }}
@@ -117,7 +117,7 @@ jobs:
117117 - name : Find APK
118118 id : find_apk
119119 run : |
120- PUBLISH_DIR="osu.Android/bin/Release/net10.0-android/publish "
120+ PUBLISH_DIR="osu.Android/bin/Release/net10.0-android"
121121 APK=$(find "$PUBLISH_DIR" -maxdepth 1 -name "*.apk" 2>/dev/null | head -1)
122122 if [ -z "$APK" ]; then
123123 APK=$(find osu.Android/bin/Release -name "*.apk" | head -1)
Original file line number Diff line number Diff line change 4949 <RuntimePackAsset Update =" @(RuntimePackAsset)" Condition =" '%(Extension)' != '.dll'" >
5050 <AssetType >native</AssetType >
5151 </RuntimePackAsset >
52- <ResolvedFileToPublish Update =" @(ResolvedFileToPublish)" Condition =" '%(Extension)' != '.dll' and '%(ResolvedFileToPublish.AssetType)' == '' " >
52+ <ResolvedFileToPublish Update =" @(ResolvedFileToPublish)" Condition =" '%(Extension)' != '.dll'" >
5353 <AssetType >native</AssetType >
5454 </ResolvedFileToPublish >
5555 </ItemGroup >
Original file line number Diff line number Diff line change 11<?xml version =' 1.0' encoding =' utf-8' ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android" package =" sh.ppy.osulazer" android : installLocation =" auto" >
33 <uses-sdk android : minSdkVersion =" 33" android : targetSdkVersion =" 36" />
4- <application android : allowBackup =" true" android : supportsRtl =" true" android : label =" osu!" android : icon =" @mipmap/ic_launcher" android : roundIcon =" @mipmap/ic_launcher" android : largeHeap =" true" >
4+ <application android : extractNativeLibs = " true " android : allowBackup =" true" android : supportsRtl =" true" android : label =" osu!" android : icon =" @mipmap/ic_launcher" android : roundIcon =" @mipmap/ic_launcher" android : largeHeap =" true" >
55 <provider android : name =" androidx.core.content.FileProvider" android : authorities =" sh.ppy.osulazer.fileprovider" android : grantUriPermissions =" true" android : exported =" false" >
66 <meta-data android : name =" android.support.FILE_PROVIDER_PATHS" android : resource =" @xml/filepaths" />
77 </provider >
You can’t perform that action at this time.
0 commit comments