This commit is contained in:
Mygod
2023-06-13 02:09:35 -04:00
parent bba6336b6c
commit a21f3c307e
2 changed files with 4 additions and 4 deletions

View File

@@ -28,8 +28,8 @@ android {
minSdk = 28
targetSdk = 34
resourceConfigurations.addAll(arrayOf("it", "pt-rBR", "ru", "zh-rCN", "zh-rTW"))
versionCode = 1004
versionName = "2.16.4"
versionCode = 1005
versionName = "2.16.5"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions.annotationProcessorOptions.arguments.apply {
put("room.expandProjection", "true")
@@ -85,7 +85,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.4")
implementation("be.mygod.librootkotlinx:librootkotlinx:1.0.5")
implementation("com.android.billingclient:billing-ktx:6.0.0")
implementation("com.google.android.gms:play-services-base:18.2.0") // fix for GoogleApiActivity crash @ 18.1.0+
implementation("com.google.android.gms:play-services-oss-licenses:17.0.1")