Update build.gradle

update dependency
pull/365/head
Jason Yao 4 years ago
parent 11c327d8e2
commit 034729a558
  1. 7
      app/build.gradle

@ -132,9 +132,10 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.viewpager2:viewpager2:1.0.0'
implementation 'com.google.android.material:material:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'com.google.android:flexbox:1.1.0'
implementation 'com.google.code.gson:gson:2.8.6'
testImplementation "androidx.room:room-testing:2.2.5"
//lifecycle
def lifecycle_version = '2.2.0'
@ -145,6 +146,7 @@ dependencies {
def room_version = '2.2.5'
implementation "androidx.room:room-runtime:$room_version"
kapt "androidx.room:room-compiler:$room_version"
testImplementation "androidx.room:room-testing:2.2.5"
//paging
implementation 'androidx.paging:paging-runtime-ktx:2.1.2'
@ -208,4 +210,5 @@ dependencies {
//implementation 'fadeapp.widgets:scrollless-recyclerView:1.0.2'
}
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.gms.google-services'
apply plugin: 'kotlin-android-extensions'
Loading…
Cancel
Save