diff --git a/build.gradle.kts b/build.gradle.kts index 4a829987..e495920c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.android.application") version "8.3.0" apply false + id("com.android.application") version "8.3.1" apply false id("com.github.ben-manes.versions") version "0.51.0" id("com.google.devtools.ksp") version "1.9.23-1.0.19" apply false id("org.jetbrains.kotlin.android") version "1.9.23" apply false diff --git a/mobile/build.gradle.kts b/mobile/build.gradle.kts index b4a58b86..b7f26292 100644 --- a/mobile/build.gradle.kts +++ b/mobile/build.gradle.kts @@ -30,8 +30,8 @@ android { applicationId = "be.mygod.vpnhotspot" minSdk = 28 targetSdk = 34 - versionCode = 1020 - versionName = "2.17.5" + versionCode = 1021 + versionName = "2.17.6" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" ksp { arg("room.expandProjection", "true")