Skip to content

Commit b41603a

Browse files
Copilotwinnerspiros
andcommitted
Plan: isolate native bridge types to prevent eager type loading
Agent-Logs-Url: https://github.com/winnerspiros/osu/sessions/ee5b0ae0-1820-472e-ace3-3add459ff4cc Co-authored-by: winnerspiros <1675249+winnerspiros@users.noreply.github.com>
1 parent 306edca commit b41603a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

osu.Android.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

osu.Android/AndroidManifest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
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"

0 commit comments

Comments
 (0)