File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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!"
77 android : icon =" @mipmap/ic_launcher"
8- android : roundIcon =" @mipmap/ic_launcher" >
8+ android : roundIcon =" @mipmap/ic_launcher"
9+ android : largeHeap =" true" >
910 <provider android : name =" androidx.core.content.FileProvider"
1011 android : authorities =" sh.ppy.osulazer.fileprovider"
1112 android : grantUriPermissions =" true"
You can’t perform that action at this time.
0 commit comments