Merge new features from 4.2.3 to 4.2.5.

This commit is contained in:
Alex Ning
2021-02-12 19:21:34 +08:00
19 changed files with 217 additions and 119 deletions

View File

@@ -6,8 +6,8 @@ android {
applicationId "ml.docilealligator.infinityforreddit"
minSdkVersion 21
targetSdkVersion 30
versionCode 57
versionName "4.2.2"
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 {