Update dependencies

This commit is contained in:
topjohnwu 2024-09-27 14:38:32 -07:00
parent 5e6b53e0da
commit 7f675f4bf7

View File

@ -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"
@ -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" }