From 3be55c2ddf41ff4d14397986e915ab8cfce011c5 Mon Sep 17 00:00:00 2001 From: Rosemoe <2073412493@qq.com> Date: Sat, 3 Aug 2024 16:09:53 +0800 Subject: [PATCH] deps: update dependencies --- gradle/libs.versions.toml | 24 ++++++++++++------------ gradle/wrapper/gradle-wrapper.properties | 3 ++- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 194de485c..db7219a4e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,24 +1,24 @@ [versions] -agp = "8.3.0" -kotlin = "1.9.22" -tsBinding = "4.1.0" +agp = "8.5.1" +kotlin = "1.9.23" +tsBinding = "4.3.1" lsp4j = "0.22.0" -androidxAnnotation = "1.7.1" +androidxAnnotation = "1.8.1" [libraries] androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "androidxAnnotation" } -androidx-collection = { module = "androidx.collection:collection", version = "1.4.0" } +androidx-collection = { module = "androidx.collection:collection", version = "1.4.2" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" } -androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.12.0" } -androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" } -androidx-test-junit = { module = "androidx.test.ext:junit", version = "1.1.5" } -androidx-test-espresso = { module = "androidx.test.espresso:espresso-core", version = "3.5.1" } +androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.13.1" } +androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" } +androidx-test-junit = { module = "androidx.test.ext:junit", version = "1.2.1" } +androidx-test-espresso = { module = "androidx.test.espresso:espresso-core", version = "3.6.1" } desugar = { module = "com.android.tools:desugar_jdk_libs", version = "2.0.4" } kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version = "1.8.0" } kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" } -lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.7.0"} -material = { module = "com.google.android.material:material", version = "1.11.0"} -gms-instantapps = { module = "com.google.android.gms:play-services-instantapps", version = "18.0.1"} +lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.8.4" } +material = { module = "com.google.android.material:material", version = "1.12.0" } +gms-instantapps = { module = "com.google.android.gms:play-services-instantapps", version = "18.1.0" } tree-sitter-java = { module = "com.itsaky.androidide.treesitter:tree-sitter-java", version.ref = "tsBinding" } tree-sitter = { module = "com.itsaky.androidide.treesitter:android-tree-sitter", version.ref = "tsBinding" } lsp4j = { module = "org.eclipse.lsp4j:org.eclipse.lsp4j", version.ref = "lsp4j" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a80b22ce5..f6631ef8f 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,7 @@ +#Sat Aug 03 16:05:07 CST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME