From 1768a70bf2a14690ba872abb3d148671a60abaca Mon Sep 17 00:00:00 2001 From: Mygod Date: Thu, 9 Mar 2023 12:34:05 -0500 Subject: [PATCH] Update dependencies --- build.gradle.kts | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- mobile/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index e1b38106..9ca2e146 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.android.application") version "8.0.0-beta04" apply false + id("com.android.application") version "8.1.0-alpha08" apply false id("com.github.ben-manes.versions") version "0.46.0" id("org.jetbrains.kotlin.android") version "1.8.10" apply false } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index fc10b601..bdc9a83b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/mobile/build.gradle.kts b/mobile/build.gradle.kts index a8d5b21e..78899b3f 100644 --- a/mobile/build.gradle.kts +++ b/mobile/build.gradle.kts @@ -12,7 +12,7 @@ android { namespace = "be.mygod.vpnhotspot" val javaVersion = 11 - buildToolsVersion = "33.0.2" + buildToolsVersion = "34.0.0-rc2" compileOptions { isCoreLibraryDesugaringEnabled = true sourceCompatibility(javaVersion)