Update build.gradle

pull/21/head
FongMi 4 years ago
parent 8c69744222
commit 842d1e2b6c
  1. 4
      app/build.gradle

@ -37,7 +37,7 @@ dependencies {
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.leanback:leanback:1.2.0-alpha02'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.room:room-runtime:2.4.2'
implementation 'androidx.room:room-runtime:2.4.3'
implementation 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1'
implementation 'com.github.bassaer:materialdesigncolors:1.0.0'
implementation 'com.github.bumptech.glide:glide:4.13.2'
@ -51,6 +51,6 @@ dependencies {
implementation 'org.jsoup:jsoup:1.14.3'
implementation 'org.nanohttpd:nanohttpd:2.3.1'
implementation('org.simpleframework:simple-xml:2.7.1') { exclude group: 'stax', module: 'stax-api' exclude group: 'xpp3', module: 'xpp3' }
annotationProcessor 'androidx.room:room-compiler:2.4.2'
annotationProcessor 'androidx.room:room-compiler:2.4.3'
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2'
}
Loading…
Cancel
Save