v2.15.3
This commit is contained in:
@@ -12,7 +12,7 @@ buildscript {
|
|||||||
classpath(kotlin("gradle-plugin", "1.7.21"))
|
classpath(kotlin("gradle-plugin", "1.7.21"))
|
||||||
classpath("com.android.tools.build:gradle:7.4.0-rc01")
|
classpath("com.android.tools.build:gradle:7.4.0-rc01")
|
||||||
classpath("com.google.firebase:firebase-crashlytics-gradle:2.9.2")
|
classpath("com.google.firebase:firebase-crashlytics-gradle:2.9.2")
|
||||||
classpath("com.google.android.gms:oss-licenses-plugin:0.10.5")
|
classpath("com.google.android.gms:oss-licenses-plugin:0.10.6")
|
||||||
classpath("com.google.gms:google-services:4.3.14")
|
classpath("com.google.gms:google-services:4.3.14")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,8 +25,8 @@ android {
|
|||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 33
|
targetSdk = 33
|
||||||
resourceConfigurations.addAll(arrayOf("it", "pt-rBR", "ru", "zh-rCN", "zh-rTW"))
|
resourceConfigurations.addAll(arrayOf("it", "pt-rBR", "ru", "zh-rCN", "zh-rTW"))
|
||||||
versionCode = 302
|
versionCode = 303
|
||||||
versionName = "2.15.2"
|
versionName = "2.15.3"
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
javaCompileOptions.annotationProcessorOptions.arguments.apply {
|
javaCompileOptions.annotationProcessorOptions.arguments.apply {
|
||||||
put("room.expandProjection", "true")
|
put("room.expandProjection", "true")
|
||||||
@@ -79,7 +79,7 @@ dependencies {
|
|||||||
implementation("androidx.preference:preference:1.2.0")
|
implementation("androidx.preference:preference:1.2.0")
|
||||||
implementation("androidx.room:room-ktx:$roomVersion")
|
implementation("androidx.room:room-ktx:$roomVersion")
|
||||||
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
|
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
|
||||||
implementation("be.mygod.librootkotlinx:librootkotlinx:1.0.0")
|
implementation("be.mygod.librootkotlinx:librootkotlinx:1.0.1")
|
||||||
implementation("com.android.billingclient:billing-ktx:5.1.0")
|
implementation("com.android.billingclient:billing-ktx:5.1.0")
|
||||||
implementation("com.github.tiann:FreeReflection:3.1.0")
|
implementation("com.github.tiann:FreeReflection:3.1.0")
|
||||||
implementation("com.google.android.gms:play-services-base:18.1.0") // fix for GoogleApiActivity crash
|
implementation("com.google.android.gms:play-services-base:18.1.0") // fix for GoogleApiActivity crash
|
||||||
|
|||||||
Reference in New Issue
Block a user