Skip to content

Commit

Permalink
v2.17.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed May 5, 2024
1 parent 1b803ef commit 5f96f42
Showing 1 changed file with 2 additions and 2 deletions.
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 = 1023
versionName = "2.17.8"
versionCode = 1024
versionName = "2.17.9"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
ksp {
arg("room.expandProjection", "true")
Expand Down

0 comments on commit 5f96f42

Please sign in to comment.