diff --git a/build.gradle.kts b/build.gradle.kts index ab1051dec..8ae0c3e02 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,15 +40,15 @@ buildscript { plugins { `jvm-toolchains` - id("com.android.application") version "9.1.1" apply false - id("com.android.library") version "9.1.1" apply false + id("com.android.application") version "9.3.2" apply false + id("com.android.library") version "9.3.2" apply false kotlin("jvm") version "2.4.10" apply false kotlin("plugin.serialization") version "2.4.10" apply false kotlin("plugin.compose") version "2.4.10" apply false id("com.google.devtools.ksp") version "2.3.11" apply false id("androidx.room") version "2.8.4" apply false - id("com.mikepenz.aboutlibraries.plugin.android") version "15.0.4" apply false - id("com.diffplug.spotless") version "8.9.0" apply false + id("com.mikepenz.aboutlibraries.plugin.android") version "15.1.1" apply false + id("com.diffplug.spotless") version "8.10.0" apply false } // AGP-created tool configurations (unified-test-platform-*, androidLintTool) and test diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4ce07af7e..8d099b569 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,13 +14,13 @@ koin = "4.2.2" timber = "5.0.1" ktor = "3.5.2" miuix = "0.9.3" -haze = "2.0.0-alpha03" +haze = "2.0.0-beta01" sketch4 = "4.6.0" mlkitBarcodeScanning = "17.3.0" reorderable = "3.1.0" -aboutLibraries = "15.0.4" +aboutLibraries = "15.1.1" commonsCompress = "1.28.0" -javetNodeAndroid = "5.0.9" +javetNodeAndroid = "5.0.10" mmkv64 = "2.4.0" decompose = "3.5.0" hiddenApiBypass = "6.1" diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index b1b8ef56b..eddabd2ee 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index abfa94818..d36a60edc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -19,7 +19,7 @@ # distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500