Update nextlib

pull/586/head
FongMi 1 year ago
parent 4b94b8af93
commit d3867f2ec5
  1. 2
      app/build.gradle
  2. 1
      app/proguard-rules.pro

@ -98,7 +98,7 @@ dependencies {
implementation 'androidx.media:media:1.7.0'
implementation 'androidx.room:room-runtime:2.6.1'
implementation 'cat.ereza:customactivityoncrash:2.4.0'
implementation('com.github.anilbeesetti.nextlib:nextlib-media3ext:0.8.1') { exclude group: 'androidx.media3', module: 'media3-exoplayer' }
implementation('com.github.anilbeesetti.nextlib:nextlib-media3ext:0.8.2') { exclude group: 'androidx.media3', module: 'media3-exoplayer' }
implementation 'com.github.bassaer:materialdesigncolors:1.0.0'
implementation 'com.github.bumptech.glide:glide:4.16.0'
implementation 'com.github.bumptech.glide:annotations:4.16.0'

@ -48,7 +48,6 @@
-dontwarn org.slf4j.impl.StaticLoggerBinder
-keep class org.xmlpull.** { *; }
-keepclassmembers class org.xmlpull.** { *; }
-keep class io.github.anilbeesetti.nextlib.media3ext.ffdecoder.FfmpegAudioDecoder { *; }
# IJK
-keep class tv.danmaku.ijk.media.player.** { *; }

Loading…
Cancel
Save