Skip to content

Commit dce47c3

Browse files
Update all dependencies
1 parent 0c970e8 commit dce47c3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ androidxAnnotation = "1.9.1"
77
androidxAppCompat = "1.7.1"
88
androidxCardview = "1.0.0"
99
androidxConstraintlayout = "2.2.1"
10-
androidxComposeBom = "2025.10.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
11-
androidxComposeRuntimeTracing = "1.9.3"
10+
androidxComposeBom = "2025.11.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
11+
androidxComposeRuntimeTracing = "1.9.4"
1212
androidxCore = "1.17.0"
13-
androidxCoreSplashscreen = "1.0.1"
13+
androidxCoreSplashscreen = "1.2.0"
1414
androidxDataStore = "1.1.7"
1515
androidxEspresso = "3.7.0"
1616
androidxFragment = "1.8.9"
1717
androidxHiltNavigationCompose = "1.2.0"
1818
androidxLifecycle = "2.9.4"
1919
androidxLocalbroadcastmanager = "1.1.0"
2020
androidxMacroBenchmark = "1.4.1"
21-
androidxNavigation = "2.9.5"
21+
androidxNavigation = "2.9.6"
2222
androidxMetrics = "1.0.0"
2323
androidxPreference = "1.2.1"
2424
androidxProfileinstaller = "1.4.1"
@@ -32,7 +32,7 @@ androidxTestRunner = "1.7.0"
3232
androidxTestRules = "1.7.0"
3333
androidxTracing = "1.3.0"
3434
androidxUiAutomator = "2.3.0"
35-
androidxWork = "2.10.5"
35+
androidxWork = "2.11.0"
3636
androidDesugarJdkLibs = "2.1.5"
3737
accompanist = "0.37.3"
3838
accompanistPlaceholder = "0.36.0"
@@ -45,12 +45,12 @@ junit4 = "4.13.2"
4545
kotlinxCoroutines = "1.10.2"
4646
kotlinxDatetime = "0.7.1-0.6.x-compat"
4747
kotlinxSerializationJson = "1.9.0"
48-
kotlinCompose = "1.9.1"
48+
kotlinCompose = "1.9.3"
4949
javaAnnotations = "26.0.2-1" # https://github.com/JetBrains/java-annotations
5050
lint = "31.13.0"
5151
material = "1.13.0"
5252
memfault-cloud = "2.0.5"
53-
okhttp = "5.2.1"
53+
okhttp = "5.3.0"
5454
protobuf = "4.33.0"
5555
protobufPlugin = "0.9.5"
5656
publishPlugin = "2.0.0"

gradle/wrapper/gradle-wrapper.jar

176 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)