Skip to content

Commit

Permalink
v2.16.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Sep 8, 2023
1 parent 3e2a365 commit f40d30c
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,6 +1,6 @@
plugins {
id("com.android.application") version "8.2.0-beta02" apply false
id("com.github.ben-manes.versions") version "0.47.0"
id("com.github.ben-manes.versions") version "0.48.0"
id("com.google.devtools.ksp") version "1.9.10-1.0.13" apply false
id("org.jetbrains.kotlin.android") version "1.9.10" 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 = 1006
versionName = "2.16.6"
versionCode = 1007
versionName = "2.16.7"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
ksp {
arg("room.expandProjection", "true")
Expand Down

0 comments on commit f40d30c

Please sign in to comment.