Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Sep 27, 2024
1 parent 5e6b53e commit 7f675f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
kotlin = "2.0.20"
android = "8.6.0"
android = "8.6.1"
ksp = "2.0.20-1.0.25"
rikka = "1.3.0"
navigation = "2.8.0"
navigation = "2.8.1"
libsu = "6.0.0"
moshi = "1.15.1"
okhttp = "4.12.0"
Expand Down Expand Up @@ -34,15 +34,15 @@ constraintlayout = { module = "androidx.constraintlayout:constraintlayout", vers
fragment-ktx = { module = "androidx.fragment:fragment-ktx", version = "1.8.3" }
navigation-fragment-ktx = { module = "androidx.navigation:navigation-fragment-ktx", version.ref = "navigation" }
navigation-ui-ktx = { module = "androidx.navigation:navigation-ui-ktx", version.ref = "navigation" }
profileinstaller = { module = "androidx.profileinstaller:profileinstaller", version = "1.3.1" }
profileinstaller = { module = "androidx.profileinstaller:profileinstaller", version = "1.4.0" }
recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" }
room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version = "1.1.0" }
transition = { module = "androidx.transition:transition", version = "1.5.1" }
collection-ktx = { module = "androidx.collection:collection-ktx", version = "1.4.3" }
lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version = "2.8.5" }
collection-ktx = { module = "androidx.collection:collection-ktx", version = "1.4.4" }
lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version = "2.8.6" }
material = { module = "com.google.android.material:material", version = "1.12.0" }
jdk-libs = { module = "com.android.tools:desugar_jdk_libs_nio", version = "2.1.2" }

Expand Down

0 comments on commit 7f675f4

Please sign in to comment.