Skip to content

Commit 65525bb

Browse files
Update all dependencies
1 parent b3437ab commit 65525bb

File tree

6 files changed

+45
-34
lines changed

6 files changed

+45
-34
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.2"
2525

2626
repositories {
2727
mavenCentral()

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
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.9.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.02.00"
1111
androidxCompose = "1.2.0"
12-
androidxComposeRuntimeTracing = "1.7.6"
12+
androidxComposeRuntimeTracing = "1.7.8"
1313
androidxCore = "1.15.0"
1414
androidxCoreSplashscreen = "1.0.1"
15-
androidxDataStore = "1.1.1"
15+
androidxDataStore = "1.1.3"
1616
androidxEspresso = "3.6.1"
1717
androidxHiltNavigationCompose = "1.2.0"
1818
androidxLifecycle = "2.8.7"
1919
androidxMacroBenchmark = "1.1.1"
2020
androidxMetrics = "1.0.0-beta01"
21-
androidxNavigation = "2.8.5"
21+
androidxNavigation = "2.8.8"
2222
androidxProfileinstaller = "1.4.1"
2323
androidxStartup = "1.2.0"
2424
androidxTestCore = "1.6.1"
@@ -33,7 +33,7 @@ coil = "2.7.0"
3333
# @keep
3434
compileSdk = "35"
3535
hamcrest = "1.3"
36-
hilt = "2.53.1"
36+
hilt = "2.55"
3737
hiltExt = "1.2.0"
3838
jacoco = "0.8.7"
3939
junit4 = "4.13.2"
@@ -42,7 +42,7 @@ 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.9.0"
4646
# @keep
4747
minSdk = "21"
4848
okhttp = "4.10.0"

gradle/wrapper/gradle-wrapper.jar

-17.5 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.13-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists

gradlew

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

gradlew.bat

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

0 commit comments

Comments
 (0)