Skip to content

Commit 8938d53

Browse files
fix(deps): update all dependencies
1 parent bfac227 commit 8938d53

12 files changed

+613
-465
lines changed

baseline-profiles/gradle/libs.versions.toml

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
[versions]
2-
accompanist = "0.34.0"
3-
androidGradlePlugin = "8.2.2"
4-
androidx-activity-compose = "1.9.0"
2+
accompanist = "0.36.0"
3+
androidGradlePlugin = "8.7.3"
4+
androidx-activity-compose = "1.9.3"
55
androidx-appcompat = "1.7.0"
6-
androidx-benchmark = "1.2.4"
7-
androidx-benchmark-junit4 = "1.2.4"
8-
androidx-compose-bom = "2024.06.00"
9-
androidx-constraintlayout = "1.0.1"
10-
androidx-corektx = "1.13.1"
11-
androidx-lifecycle-runtime = "2.8.2"
12-
androidx-lifecycle-compose = "2.8.2"
13-
androidx-lifecycle-runtime-compose = "2.8.2"
14-
androidx-navigation = "2.7.7"
6+
androidx-benchmark = "1.3.3"
7+
androidx-benchmark-junit4 = "1.3.3"
8+
androidx-compose-bom = "2024.11.00"
9+
androidx-constraintlayout = "1.1.0"
10+
androidx-corektx = "1.15.0"
11+
androidx-lifecycle-runtime = "2.8.7"
12+
androidx-lifecycle-compose = "2.8.7"
13+
androidx-lifecycle-runtime-compose = "2.8.7"
14+
androidx-navigation = "2.8.4"
1515
androidx-palette = "1.0.0"
16-
androidx-test = "1.6.0"
17-
androidx-test-espresso = "3.6.0"
18-
androidx-test-ext-junit = "1.2.0"
16+
androidx-test = "1.6.1"
17+
androidx-test-espresso = "3.6.1"
18+
androidx-test-ext-junit = "1.2.1"
1919
androidx-test-ext-truth = "1.6.0"
2020
androidx-window = "1.3.0"
2121
androidxHiltNavigationCompose = "1.2.0"
2222
androix-test-uiautomator = "2.3.0"
23-
coil = "2.6.0"
23+
coil = "2.7.0"
2424
# @keep
2525
compileSdk = "33"
2626
compose-compiler = "1.4.5"
27-
coroutines = "1.8.0"
27+
coroutines = "1.9.0"
2828
google-maps = "19.0.0"
29-
gradle-versions = "0.46.0"
30-
hilt = "2.51"
29+
gradle-versions = "0.51.0"
30+
hilt = "2.53.1"
3131
hiltExt = "1.2.0"
3232
# @pin When updating to AGP 7.4.0-alpha10 and up we can update this https://developer.android.com/studio/write/java8-support#library-desugaring-versions
33-
jdkDesugar = "2.0.4"
33+
jdkDesugar = "2.1.3"
3434
junit = "4.13.2"
3535
# @pin Update in conjuction with Compose Compiler
36-
kotlin = "1.8.20"
37-
ksp = "1.8.0-1.0.9"
38-
maps-compose = "2.5.3"
36+
kotlin = "2.1.0"
37+
ksp = "2.1.0-1.0.29"
38+
maps-compose = "6.4.0"
3939
material = "1.12.0"
4040
# @keep
4141
minSdk = "21"
4242
okhttp = "4.12.0"
43-
robolectric = "4.11.1"
44-
rome = "1.18.0"
43+
robolectric = "4.14.1"
44+
rome = "2.1.0"
4545
room = "2.6.1"
46-
runtimeTracing = "1.0.0-beta01"
46+
runtimeTracing = "1.7.5"
4747
secrets = "2.0.1"
4848
# @keep
4949
targetSdk = "33"
50-
version-catalog-update = "0.8.0"
50+
version-catalog-update = "0.8.5"
5151

5252
[libraries]
5353
accompanist-adaptive = { module = "com.google.accompanist:accompanist-adaptive", version.ref = "accompanist" }
@@ -102,7 +102,7 @@ androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core",
102102
androidx-test-ext-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-test-ext-junit" }
103103
androidx-test-ext-truth = { module = "androidx.test.ext:truth", version.ref = "androidx-test-ext-truth" }
104104
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test" }
105-
androidx-test-runner = "androidx.test:runner:1.5.2"
105+
androidx-test-runner = "androidx.test:runner:1.6.2"
106106
androidx-test-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "androix-test-uiautomator" }
107107
androidx-window = { module = "androidx.window:window", version.ref = "androidx-window" }
108108
coil-kt-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }

baseline-profiles/gradle/spotless.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
val ktlintVersion = "0.43.0"
1818

1919
initscript {
20-
val spotlessVersion = "6.11.0"
20+
val spotlessVersion = "6.25.0"
2121

2222
repositories {
2323
mavenCentral()
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)