Skip to content

Commit

Permalink
v2.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Mar 13, 2024
1 parent ae9aca4 commit 9200a4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
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.18" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
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
}

buildscript {
Expand Down
6 changes: 3 additions & 3 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 = 1018
versionName = "2.17.4"
versionCode = 1020
versionName = "2.17.5"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
ksp {
arg("room.expandProjection", "true")
Expand Down Expand Up @@ -114,7 +114,7 @@ dependencies {
implementation("com.linkedin.dexmaker:dexmaker:2.28.3")
implementation("com.takisoft.preferencex:preferencex-simplemenu:1.1.0")
implementation("dnsjava:dnsjava:3.5.3")
implementation("io.ktor:ktor-network-jvm:2.3.8")
implementation("io.ktor:ktor-network-jvm:2.3.9")
implementation("org.lsposed.hiddenapibypass:hiddenapibypass:4.3")
implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0")
Expand Down

0 comments on commit 9200a4e

Please sign in to comment.