Skip to content

Commit

Permalink
chore(gradle):update some dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCShou committed Oct 30, 2022
1 parent 2ea7e49 commit 9393eaf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 9393eaf

Please sign in to comment.