Skip to content

Commit 5e47498

Browse files
committed
perf: update libs
1 parent 0858914 commit 5e47498

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
kotlin = "2.3.20"
3-
serialization = "1.10.0"
3+
serialization = "1.11.0"
44
ksp = "2.3.6"
55
agp = "9.1.0"
66
compose = "1.10.6"
7-
nav3 = "1.0.1"
7+
nav3 = "1.1.0"
88
room = "2.8.4"
99
paging = "3.4.2"
1010
ktor = "3.4.2"
@@ -44,10 +44,10 @@ androidx-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.10.
4444
androidx-lifecycle-service = "androidx.lifecycle:lifecycle-service:2.10.0"
4545
androidx-navigation3-runtime = { module = "androidx.navigation3:navigation3-runtime", version.ref = "nav3" }
4646
androidx-navigation3-ui = { module = "androidx.navigation3:navigation3-ui", version.ref = "nav3" }
47-
androidx-material3-adaptive-navigation3 = "androidx.compose.material3.adaptive:adaptive-navigation3:1.3.0-alpha09"
47+
androidx-material3-adaptive-navigation3 = "androidx.compose.material3.adaptive:adaptive-navigation3:1.3.0-alpha10"
4848
androidx-lifecycle-viewmodel-navigation3 = "androidx.lifecycle:lifecycle-viewmodel-navigation3:2.10.0"
4949
androidx-junit = "androidx.test.ext:junit:1.3.0"
50-
androidx-annotation = "androidx.annotation:annotation:1.9.1"
50+
androidx-annotation = "androidx.annotation:annotation:1.10.0"
5151
androidx-espresso = "androidx.test.espresso:espresso-core:3.7.0"
5252
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
5353
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
@@ -70,8 +70,8 @@ telephoto-zoomable = { module = "me.saket.telephoto:zoomable", version.ref = "te
7070
loc-annotation = { module = "li.songe.loc:loc-annotation", version.ref = "loc" }
7171
reorderable = "sh.calvin.reorderable:reorderable:3.0.0"
7272
exp4j = "net.objecthunter:exp4j:0.4.8"
73-
toaster = "com.github.getActivity:Toaster:13.8"
74-
permissions = "com.github.getActivity:XXPermissions:28.0"
73+
toaster = "com.github.getActivity:Toaster:15.0"
74+
permissions = "com.github.getActivity:XXPermissions:28.2"
7575
device = "com.github.getActivity:DeviceCompat:2.6"
7676
json5 = "li.songe:json5:0.5.0"
7777
activityResultLauncher = "com.github.DylanCaiCoding:ActivityResultLauncher:1.1.2"

0 commit comments

Comments
 (0)