mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-03 03:13:48 +00:00
[android] Bump dependencies
Signed-off-by: Jean-Baptiste Charron <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
committed by
Konstantin Pastbin
parent
f8bfdb898b
commit
1fe8f1f0e6
@@ -1,6 +1,6 @@
|
||||
[versions]
|
||||
androidGradlePlugin = "8.9.3"
|
||||
androidxCarApp = "1.7.0-rc01"
|
||||
androidGradlePlugin = "8.10.1"
|
||||
androidxCarApp = "1.7.0"
|
||||
|
||||
[libraries]
|
||||
android-tools = { module = "com.android.tools.build:gradle", version.ref = "androidGradlePlugin" }
|
||||
@@ -18,10 +18,10 @@ androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayo
|
||||
androidx-fragment = { module = "androidx.fragment:fragment", version = "1.8.8" }
|
||||
androidx-preference = { module = "androidx.preference:preference", version = "1.2.1" }
|
||||
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.4.0" }
|
||||
androidx-work-runtime = { module = "androidx.work:work-runtime", version = "2.10.1" }
|
||||
androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version = "2.9.1" }
|
||||
androidx-work-runtime = { module = "androidx.work:work-runtime", version = "2.10.2" }
|
||||
androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version = "2.9.2" }
|
||||
android-material = { module = "com.google.android.material:material", version = "1.12.0" }
|
||||
google-guava = { module = "com.google.guava:guava", version = "33.3.1-android" }
|
||||
google-guava = { module = "com.google.guava:guava", version = "33.4.8-android" }
|
||||
devnullorthrow-mpandroidchart = { module = "com.github.devnullorthrow:MPAndroidChart", version = "3.2.0-alpha" }
|
||||
jcip-annotations = { module = "net.jcip:jcip-annotations", version = "1.0" }
|
||||
androidx-test-junit = { module = "androidx.test.ext:junit", version = "1.2.1" }
|
||||
|
||||
BIN
android/gradle/wrapper/gradle-wrapper.jar
vendored
BIN
android/gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
@@ -1,8 +1,8 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionSha256Sum=20f1b1176237254a6fc204d8434196fa11a4cfb387567519c61556e8710aed78
|
||||
distributionSha256Sum=bd71102213493060956ec229d946beee57158dbd89d0e62b91bca0fa2c5f3531
|
||||
|
||||
Reference in New Issue
Block a user