File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ jobs:
1616 contents : write
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020
2121 - name : Setup JDK 17
22- uses : actions/setup-java@v4
22+ uses : actions/setup-java@v5
2323 with :
2424 distribution : microsoft
2525 java-version : 17
2626
2727 - name : Install .NET 8.0.x
28- uses : actions/setup-dotnet@v4
28+ uses : actions/setup-dotnet@v5
2929 with :
3030 dotnet-version : " 8.0.x"
3131
9191 echo "apk_path=$APK" >> "$GITHUB_OUTPUT"
9292
9393 - name : Upload APK artifact
94- uses : actions/upload-artifact@v4
94+ uses : actions/upload-artifact@v7
9595 with :
9696 name : osu-android-${{ github.ref_name }}
9797 path : ${{ steps.find_apk.outputs.apk_path }}
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <SupportedOSPlatformVersion >21 .0</SupportedOSPlatformVersion >
3+ <SupportedOSPlatformVersion >30 .0</SupportedOSPlatformVersion >
44 <RuntimeIdentifiers >android-x86;android-arm;android-arm64</RuntimeIdentifiers >
55 <AndroidPackageFormat >apk</AndroidPackageFormat >
66 <MandroidI18n >CJK;Mideast;Rare;West;Other;</MandroidI18n >
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" >
3- <uses-sdk android : minSdkVersion =" 21 " android : targetSdkVersion =" 34" />
3+ <uses-sdk android : minSdkVersion =" 30 " android : targetSdkVersion =" 34" />
44 <application android : allowBackup =" true"
55 android : supportsRtl =" true"
66 android : label =" osu!"
You can’t perform that action at this time.
0 commit comments