mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-19 09:39:25 -04:00
Enable largeHeap and update the version number
This commit is contained in:
parent
0b41acac2b
commit
348c12bd19
@ -27,7 +27,7 @@ android {
|
||||
applicationId "net.kdt.pojavlaunch"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 156241
|
||||
versionCode 156245
|
||||
versionName "3.3.1.1_rel_" + getDate()
|
||||
multiDexEnabled true //important
|
||||
}
|
||||
|
@ -15,6 +15,7 @@
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:roundIcon="@drawable/ic_launcher"
|
||||
android:resizeableActivity="true"
|
||||
android:largeHeap="true"
|
||||
android:requestLegacyExternalStorage="true">
|
||||
<meta-data
|
||||
android:name="android.max_aspect"
|
||||
|
Loading…
x
Reference in New Issue
Block a user