Skip to content

Commit

Permalink
v2.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Mar 6, 2024
1 parent c8aee8d commit 3c6239a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.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.17" apply false
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
}

Expand Down
8 changes: 4 additions & 4 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 = 1017
versionName = "2.17.3"
versionCode = 1018
versionName = "2.17.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
ksp {
arg("room.expandProjection", "true")
Expand Down Expand Up @@ -94,7 +94,7 @@ dependencies {
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4")
ksp("androidx.room:room-compiler:$roomVersion")
implementation(kotlin("stdlib-jdk8"))
implementation("androidx.browser:browser:1.8.0-rc01")
implementation("androidx.browser:browser:1.8.0")
implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.fragment:fragment-ktx:1.6.2")
implementation("androidx.lifecycle:lifecycle-livedata-ktx:$lifecycleVersion")
Expand All @@ -103,7 +103,7 @@ dependencies {
implementation("androidx.room:room-ktx:$roomVersion")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation("be.mygod.librootkotlinx:librootkotlinx:1.1.1")
implementation("com.android.billingclient:billing-ktx:6.1.0")
implementation("com.android.billingclient:billing-ktx:6.2.0")
implementation("com.google.android.gms:play-services-base:18.3.0") // fix for GoogleApiActivity crash @ 18.1.0+
implementation("com.google.android.gms:play-services-oss-licenses:17.0.1")
implementation("com.google.android.material:material:1.11.0")
Expand Down

0 comments on commit 3c6239a

Please sign in to comment.