Skip to content

Commit

Permalink
v2.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Oct 26, 2024
1 parent 4242aae commit 4434df0
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,7 +1,7 @@
plugins {
id("com.android.application") version "8.7.1" apply false
id("com.github.ben-manes.versions") version "0.51.0"
id("com.google.devtools.ksp") version "2.0.21-1.0.25" apply false
id("com.google.devtools.ksp") version "2.0.21-1.0.26" apply false
id("org.jetbrains.kotlin.android") version "2.0.21" 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 @@ -29,8 +29,8 @@ android {
applicationId = "be.mygod.vpnhotspot"
minSdk = 28
targetSdk = 35
versionCode = 1027
versionName = "2.18.1"
versionCode = 1029
versionName = "2.18.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
ksp {
arg("room.expandProjection", "true")
Expand Down

0 comments on commit 4434df0

Please sign in to comment.