We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6888daa + 87b1d32 commit 0894ffdCopy full SHA for 0894ffd
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-compose-bom = "2025.03.00"
+compose-bom = "2025.04.00"
3
kotlin = "2.1.10"
4
ksp = "2.1.10-1.0.31"
5
ktx = "2.8.9"
@@ -11,17 +11,18 @@ junit = "4.13.2"
11
junit-ext = "1.2.1"
12
13
logger = "2.2.0"
14
-material3 = "1.3.1"
+material3 = "1.3.2"
15
mockinizer = "1.6.0"
16
-mockk = "1.13.17"
+mockk = "1.14.0"
17
mockwebserver = "4.12.0"
18
multidex = "2.0.1"
19
20
room = "2.7.0"
21
-gson = "2.12.1"
+gson = "2.13.0"
22
+
23
retrofit = "2.11.0"
24
okhttp = "4.12.0"
-core-ktx = "1.15.0"
25
+core-ktx = "1.16.0"
26
material = "1.12.0"
27
lifecycle = "2.8.7"
28
appcompat = "1.7.0"
0 commit comments