Enable largeHeap and update the version number

This commit is contained in:
artdeell 2021-03-10 16:02:52 +03:00
parent 0b41acac2b
commit 348c12bd19
2 changed files with 2 additions and 1 deletions

View File

@ -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
}

View File

@ -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"