mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 14:51:51 -04:00
Disable language splits to avoid issues with language selector on Android App Bundle builds
This commit is contained in:
parent
42dc8d5178
commit
107435ba8b
@ -51,7 +51,7 @@ android {
|
||||
applicationId "net.kdt.pojavlaunch"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 156249
|
||||
versionCode 156253
|
||||
versionName getVersionName()
|
||||
multiDexEnabled true //important
|
||||
}
|
||||
@ -84,6 +84,11 @@ android {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
bundle {
|
||||
language {
|
||||
enableSplit = false
|
||||
}
|
||||
}
|
||||
buildToolsVersion '30.0.2'
|
||||
}
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
android.enableJetifier=true
|
||||
android.useAndroidX=true
|
||||
android.bundle.enableUncompressedNativeLibs=false
|
||||
android.bundle.language.enableSplit=false
|
Loading…
x
Reference in New Issue
Block a user