Update dependencies

This commit is contained in:
世界 2023-10-29 20:27:57 +08:00
parent 821e713e6c
commit 1f1788ea56
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

View file

@ -84,10 +84,10 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2'
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.4'
implementation 'androidx.navigation:navigation-ui-ktx:2.7.4'
implementation 'androidx.room:room-runtime:2.5.2'
implementation 'androidx.room:room-runtime:2.6.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
implementation 'androidx.preference:preference-ktx:1.2.1'
ksp 'androidx.room:room-compiler:2.5.2'
ksp 'androidx.room:room-compiler:2.6.0'
implementation 'androidx.work:work-runtime-ktx:2.8.1'
implementation 'androidx.browser:browser:1.6.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'