Version 4.2.5. Disable split for language.

This commit is contained in:
Alex Ning 2021-02-11 17:15:39 +08:00
parent b7ef54d0d3
commit 36a142f7b4

View File

@ -6,8 +6,8 @@ android {
applicationId "ml.docilealligator.infinityforreddit"
minSdkVersion 21
targetSdkVersion 30
versionCode 59
versionName "4.2.4"
versionCode 60
versionName "4.2.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {
@ -32,6 +32,12 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
bundle {
language {
enableSplit = false
}
}
}
dependencies {