Update library

pull/123/head
FongMi 3 years ago
parent 16ec457fb7
commit 0ac755cfaf
  1. 6
      app/build.gradle

@ -67,11 +67,11 @@ dependencies {
implementation project(':exoplayer-extension-av1')
implementation project(':exoplayer-extension-rtmp')
implementation project(':exoplayer-extension-ffmpeg')
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.appcompat:appcompat:1.6.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1'
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.room:room-runtime:2.4.3'
implementation 'androidx.room:room-runtime:2.5.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'
@ -89,6 +89,6 @@ dependencies {
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' }
leanbackImplementation 'androidx.leanback:leanback:1.2.0-alpha02'
annotationProcessor 'androidx.room:room-compiler:2.4.3'
annotationProcessor 'androidx.room:room-compiler:2.5.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2'
}
Loading…
Cancel
Save