chore(gradle):update some dependency

This commit is contained in:
ZCShou 2022-10-30 11:09:30 +08:00
parent 2ea7e49c8e
commit 9393eafd4e
No known key found for this signature in database
GPG Key ID: 40F856243C184EAB

View File

@ -102,10 +102,12 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.4.2'
// AppCompat 1.5.1 Lifecycle 2.5.1 SavedState 1.2.0
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.preference:preference:1.2.0'
implementation 'com.google.android.material:material:1.6.1'
implementation 'com.google.android.material:material:1.7.0'
implementation 'com.squareup.okhttp3:okhttp:3.14.9'
implementation 'com.elvishew:xlog:1.11.0'
implementation files('libs/BaiduLBS_Android.jar')