diff --git a/build.gradle.kts b/build.gradle.kts index 8841ac8e..3e36ff0e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 } diff --git a/mobile/build.gradle.kts b/mobile/build.gradle.kts index 8d8be96e..fd338116 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 = 1017 - versionName = "2.17.3" + versionCode = 1018 + versionName = "2.17.4" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" ksp { arg("room.expandProjection", "true") @@ -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") @@ -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")