Skip to content

Commit

Permalink
perf: update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Nov 16, 2024
1 parent a1ad945 commit 56f69a7
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 @@ -5,7 +5,7 @@ android = "8.7.2"
compose = "1.7.5"
rikka = "4.4.0"
room = "2.6.1"
paging = "3.3.2"
paging = "3.3.4"
ktor = "3.0.1"
destinations = "2.1.0-beta14"
coil = "2.7.0"
Expand Down Expand Up @@ -35,7 +35,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.3" }
compose_navigation = { module = "androidx.navigation:navigation-compose", version = "2.8.4" }
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 All @@ -50,7 +50,7 @@ androidx_paging_runtime = { module = "androidx.paging:paging-runtime", version.r
androidx_paging_compose = { module = "androidx.paging:paging-compose", version.ref = "paging" }
google_accompanist_drawablepainter = { module = "com.google.accompanist:accompanist-drawablepainter", version = "0.36.0" }
junit = { module = "junit:junit", version = "4.13.2" }
tencent_mmkv = { module = "com.tencent:mmkv", version = "2.0.0" }
tencent_mmkv = { module = "com.tencent:mmkv", version = "2.0.1" }
rikka_processor = { module = "dev.rikka.tools.refine:annotation-processor", version.ref = "rikka" }
rikka_annotation = { module = "dev.rikka.tools.refine:annotation", version.ref = "rikka" }
rikka_shizuku_api = { module = "dev.rikka.shizuku:api", version.ref = "shizuku" }
Expand Down

0 comments on commit 56f69a7

Please sign in to comment.