Update build.gradle

pull/123/head
FongMi 3 years ago
parent 7de909f997
commit c63728243c
  1. 2
      app/build.gradle

@ -74,7 +74,6 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1'
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.room:room-runtime:2.5.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'cat.ereza:customactivityoncrash:2.4.0'
implementation 'com.github.bassaer:materialdesigncolors:1.0.0'
implementation 'com.github.bumptech.glide:glide:4.14.2'
@ -92,6 +91,7 @@ dependencies {
implementation('org.simpleframework:simple-xml:2.7.1') { exclude group: 'stax', module: 'stax-api' exclude group: 'xpp3', module: 'xpp3' }
leanbackImplementation 'androidx.leanback:leanback:1.2.0-alpha02'
leanbackImplementation 'me.jessyan:autosize:1.2.1'
mobileImplementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
annotationProcessor 'androidx.room:room-compiler:2.5.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2'
}
Loading…
Cancel
Save