Skip to content

Commit 0ee778d

Browse files
Update all dependencies
1 parent ff2046b commit 0ee778d

File tree

6 files changed

+40
-29
lines changed

6 files changed

+40
-29
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
22
accompanist = "0.36.0"
33
annotation = "1.9.1"
4-
androidDesugarJdkLibs = "2.1.3"
5-
androidGradlePlugin = "8.7.3"
4+
androidDesugarJdkLibs = "2.1.4"
5+
androidGradlePlugin = "8.8.0"
66
androidxActivity = "1.9.3"
77
androidxAppCompat = "1.7.0"
88
androidxArchCore = "2.2.0"
@@ -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.9.0"
4242
kotlinxDatetime = "0.6.1"
4343
kotlinxSerializationJson = "1.7.3"
4444
ksp = "2.1.0-1.0.29"
45-
lint = "31.7.3"
45+
lint = "31.8.0"
4646
# @keep
4747
minSdk = "21"
4848
okhttp = "4.10.0"

gradle/wrapper/gradle-wrapper.jar

-17.6 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.12-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)