Skip to content

Commit

Permalink
perf: update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Dec 22, 2024
1 parent 157240f commit 763dad6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
kotlin = "2.1.0"
ksp = "2.1.0-1.0.29"
android = "8.7.3"
compose = "1.7.5"
compose = "1.7.6"
rikka = "4.4.0"
room = "2.6.1"
paging = "3.3.4"
paging = "3.3.5"
ktor = "3.0.2"
destinations = "2.1.0-beta14"
coil = "3.0.4"
Expand All @@ -32,7 +32,7 @@ compose_junit4 = { module = "androidx.compose.ui:ui-test-junit4", version.ref =
compose_icons = { module = "androidx.compose.material:material-icons-extended", version.ref = "compose" }
compose_material3 = { module = "androidx.compose.material3:material3", version = "1.3.1" }
compose_activity = { module = "androidx.activity:activity-compose", version = "1.9.3" }
compose_navigation = { module = "androidx.navigation:navigation-compose", version = "2.8.4" }
compose_navigation = { module = "androidx.navigation:navigation-compose", version = "2.8.5" }
androidx_appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
androidx_core_ktx = { module = "androidx.core:core-ktx", version = "1.15.0" }
androidx_lifecycle_runtime_ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.8.7" }
Expand Down

0 comments on commit 763dad6

Please sign in to comment.