Skip to content

Commit da375a1

Browse files
authored
Bump version (#26)
1 parent be26d1b commit da375a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ appVersion = "1.0.0"
66
versionCode = "10000"
77

88
# kotlin
9-
kotlin = "1.9.10"
9+
kotlin = "1.9.20"
1010
kotlinx-serialization-json = "1.6.0"
1111
kotlinx-coroutines = "1.7.3"
1212
kotlinx-datetime = "0.4.1"
@@ -20,7 +20,7 @@ java-poet = "1.13.0"
2020
androidx-activity = "1.8.0"
2121
androidx-activity-compose = "1.8.0"
2222
androidx-appcompat = "1.6.1"
23-
androidx-compose-compiler = "1.5.3"
23+
androidx-compose-compiler = "1.5.4"
2424
androidx-compose-bom = "2023.10.01"
2525
androidx-constraint-layout = "2.1.4"
2626
androidx-core = "1.12.0"
@@ -56,8 +56,8 @@ espressoIntents = "3.5.1"
5656
runner = "1.5.2"
5757

5858
# gradle plugin
59-
agp = "8.1.2"
60-
ksp = "1.9.10-1.0.13"
59+
agp = "8.1.3"
60+
ksp = "1.9.20-1.0.14"
6161
ossp = "0.10.6"
6262

6363
[libraries]

0 commit comments

Comments
 (0)