We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b886b3a commit d831a10Copy full SHA for d831a10
1 file changed
gradle/libs.versions.toml
@@ -3,15 +3,15 @@
3
agp = "8.13.2"
4
activity = "1.13.0"
5
fragment = "1.8.9"
6
-kotlin = "2.3.20"
7
-kotlinReflect = "2.2.21"
+kotlin = "2.3.21"
+kotlinReflect = "2.3.0"
8
preference = "1.2.1"
9
appcompat = "1.7.1"
10
-navigation = "2.9.7"
+navigation = "2.9.8"
11
transition = "1.7.0"
12
splashScreen = "1.2.0"
13
-material = "1.14.0-alpha10"
14
-aboutLibraries = "13.2.1"
+material = "1.14.0-rc01"
+aboutLibraries = "14.0.1"
15
16
[libraries]
17
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlinReflect"}
0 commit comments