Skip to content

Commit 8cccfa0

Browse files
Update all dependencies
1 parent a0f2786 commit 8cccfa0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/init.gradle.kts

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

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

2222
repositories {
2323
mavenCentral()

gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
accompanist = "0.37.0"
33
androidDesugarJdkLibs = "2.1.4"
44
# AGP and tools should be updated together
5-
androidGradlePlugin = "8.7.3"
6-
androidTools = "31.7.3"
5+
androidGradlePlugin = "8.8.0"
6+
androidTools = "31.8.0"
77
androidxActivity = "1.9.3"
88
androidxAppCompat = "1.7.0"
99
androidxBrowser = "1.8.0"
@@ -48,7 +48,7 @@ kotlinxSerializationJson = "1.8.0"
4848
ksp = "2.1.0-1.0.29"
4949
moduleGraph = "2.7.1"
5050
okhttp = "4.12.0"
51-
protobuf = "4.29.2"
51+
protobuf = "4.29.3"
5252
protobufPlugin = "0.9.4"
5353
retrofit = "2.11.0"
5454
retrofitKotlinxSerializationJson = "1.0.0"

0 commit comments

Comments
 (0)