Skip to content

Commit 827aa91

Browse files
Update all dependencies
1 parent 9a02de6 commit 827aa91

File tree

6 files changed

+57
-46
lines changed

6 files changed

+57
-46
lines changed

gradle/init.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
val ktlintVersion = "0.44.0"
2222

2323
initscript {
24-
val spotlessVersion = "6.25.0"
24+
val spotlessVersion = "7.0.3"
2525

2626
repositories {
2727
mavenCentral()

gradle/libs.versions.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
[versions]
22
accompanist = "0.36.0"
33
annotation = "1.9.1"
4-
androidDesugarJdkLibs = "2.1.3"
5-
androidGradlePlugin = "8.7.3"
6-
androidxActivity = "1.9.3"
4+
androidDesugarJdkLibs = "2.1.5"
5+
androidGradlePlugin = "8.10.0"
6+
androidxActivity = "1.10.1"
77
androidxAppCompat = "1.7.0"
88
androidxArchCore = "2.2.0"
99
androidxBrowser = "1.4.0"
10-
androidxComposeBom = "2024.12.01"
10+
androidxComposeBom = "2025.05.01"
1111
androidxCompose = "1.2.0"
12-
androidxComposeRuntimeTracing = "1.7.6"
13-
androidxCore = "1.15.0"
12+
androidxComposeRuntimeTracing = "1.8.2"
13+
androidxCore = "1.16.0"
1414
androidxCoreSplashscreen = "1.0.1"
15-
androidxDataStore = "1.1.1"
15+
androidxDataStore = "1.1.7"
1616
androidxEspresso = "3.6.1"
1717
androidxHiltNavigationCompose = "1.2.0"
18-
androidxLifecycle = "2.8.7"
18+
androidxLifecycle = "2.9.0"
1919
androidxMacroBenchmark = "1.1.1"
20-
androidxMetrics = "1.0.0-beta01"
21-
androidxNavigation = "2.8.5"
20+
androidxMetrics = "1.0.0-beta02"
21+
androidxNavigation = "2.9.0"
2222
androidxProfileinstaller = "1.4.1"
2323
androidxStartup = "1.2.0"
2424
androidxTestCore = "1.6.1"
2525
androidxTestExt = "1.2.1"
2626
androidxTestRules = "1.6.1"
2727
androidxTestRunner = "1.6.2"
28-
androidxTracing = "1.2.0"
28+
androidxTracing = "1.3.0"
2929
androidxUiAutomator = "2.3.0"
30-
androidxWindowManager = "1.3.0"
31-
androidxWork = "2.10.0"
30+
androidxWindowManager = "1.4.0"
31+
androidxWork = "2.10.1"
3232
coil = "2.7.0"
3333
# @keep
3434
compileSdk = "35"
3535
hamcrest = "1.3"
36-
hilt = "2.53.1"
36+
hilt = "2.56.2"
3737
hiltExt = "1.2.0"
3838
jacoco = "0.8.7"
3939
junit4 = "4.13.2"
@@ -42,15 +42,15 @@ kotlinxCoroutines = "1.10.1"
4242
kotlinxDatetime = "0.6.2"
4343
kotlinxSerializationJson = "1.8.0"
4444
ksp = "2.1.10-1.0.30"
45-
lint = "31.7.3"
45+
lint = "31.10.0"
4646
# @keep
4747
minSdk = "21"
4848
okhttp = "4.10.0"
4949
protobuf = "3.21.12"
50-
protobufPlugin = "0.9.4"
50+
protobufPlugin = "0.9.5"
5151
retrofit = "2.9.0"
5252
retrofitKotlinxSerializationJson = "0.8.0"
53-
room = "2.6.1"
53+
room = "2.7.1"
5454
spotless = "5.12.5"
5555
timber = "5.0.1"
5656
# @keep

gradle/wrapper/gradle-wrapper.jar

-17.4 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
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.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists

gradlew

Lines changed: 22 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)