Skip to content

Commit fa9067e

Browse files
committed
chore: update libs
1 parent e645d10 commit fa9067e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
22
kotlin = "2.2.21"
3-
ksp = "2.3.2"
3+
ksp = "2.3.3"
44
agp = "8.13.1"
5-
compose = "1.9.4"
6-
room = "2.8.3"
5+
compose = "1.10.0"
6+
room = "2.8.4"
77
paging = "3.3.6"
8-
ktor = "3.3.2"
8+
ktor = "3.3.3"
99
atomicfu = "0.29.0"
1010
destinations = "2.3.0"
1111
coil = "3.3.0"
@@ -34,12 +34,12 @@ compose_tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "co
3434
compose_junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "compose" }
3535
compose_icons = "androidx.compose.material:material-icons-extended:1.7.8"
3636
compose_material3 = "androidx.compose.material3:material3:1.4.0"
37-
compose_activity = "androidx.activity:activity-compose:1.11.0"
37+
compose_activity = "androidx.activity:activity-compose:1.12.1"
3838
compose_navigation = "androidx.navigation:navigation-compose:2.9.6"
3939
androidx_appcompat = "androidx.appcompat:appcompat:1.7.1"
4040
androidx_core_ktx = "androidx.core:core-ktx:1.17.0"
41-
androidx_lifecycle_runtime_ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.9.4"
42-
androidx_lifecycle_service = "androidx.lifecycle:lifecycle-service:2.9.4"
41+
androidx_lifecycle_runtime_ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.10.0"
42+
androidx_lifecycle_service = "androidx.lifecycle:lifecycle-service:2.10.0"
4343
androidx_junit = "androidx.test.ext:junit:1.3.0"
4444
androidx_annotation = "androidx.annotation:annotation:1.9.1"
4545
androidx_espresso = "androidx.test.espresso:espresso-core:3.7.0"
@@ -67,7 +67,7 @@ loc_annotation = { module = "li.songe.loc:loc-annotation", version.ref = "loc" }
6767
reorderable = "sh.calvin.reorderable:reorderable:3.0.0"
6868
exp4j = "net.objecthunter:exp4j:0.4.8"
6969
toaster = "com.github.getActivity:Toaster:13.8"
70-
permissions = "com.github.getActivity:XXPermissions:26.5"
70+
permissions = "com.github.getActivity:XXPermissions:28.0"
7171
json5 = "li.songe:json5:0.5.0"
7272
utilcodex = "com.blankj:utilcodex:1.31.1"
7373
activityResultLauncher = "com.github.DylanCaiCoding:ActivityResultLauncher:1.1.2"

0 commit comments

Comments
 (0)