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