Skip to content

Commit

Permalink
v2.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Jun 13, 2023
1 parent bba6336 commit a21f3c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("com.android.application") version "8.2.0-alpha07" apply false
id("com.github.ben-manes.versions") version "0.46.0"
id("com.github.ben-manes.versions") version "0.47.0"
id("org.jetbrains.kotlin.android") version "1.8.21" apply false
}

Expand Down
6 changes: 3 additions & 3 deletions mobile/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit a21f3c3

Please sign in to comment.