Skip to content

Commit

Permalink
v2.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Mar 1, 2024
1 parent 88cf188 commit 99dd68d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("com.android.application") version "8.3.0-rc02" apply false
id("com.android.application") version "8.3.0" apply false
id("com.github.ben-manes.versions") version "0.51.0"
id("com.google.devtools.ksp") version "1.9.22-1.0.17" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
Expand Down
4 changes: 2 additions & 2 deletions mobile/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId = "be.mygod.vpnhotspot"
minSdk = 28
targetSdk = 34
versionCode = 1016
versionName = "2.17.2"
versionCode = 1017
versionName = "2.17.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
ksp {
arg("room.expandProjection", "true")
Expand Down

0 comments on commit 99dd68d

Please sign in to comment.