mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 13:29:50 +02:00
Try fixing ANR when releasing ExoPlayer.
This commit is contained in:
@@ -52,12 +52,12 @@ dependencies {
|
||||
implementation "androidx.room:room-runtime:$roomVersion"
|
||||
annotationProcessor "androidx.room:room-compiler:$roomVersion"
|
||||
implementation 'androidx.work:work-runtime:2.4.0'
|
||||
implementation 'com.google.android.material:material:1.3.0-alpha03'
|
||||
implementation 'com.google.android.material:material:1.3.0-alpha04'
|
||||
|
||||
implementation 'com.google.android.exoplayer:exoplayer-core:2.10.4'
|
||||
implementation 'com.google.android.exoplayer:exoplayer-hls:2.10.4'
|
||||
implementation 'com.google.android.exoplayer:exoplayer-dash:2.10.4'
|
||||
implementation 'com.google.android.exoplayer:exoplayer-ui:2.10.4'
|
||||
implementation 'com.google.android.exoplayer:exoplayer-core:2.10.8'
|
||||
implementation 'com.google.android.exoplayer:exoplayer-hls:2.10.8'
|
||||
implementation 'com.google.android.exoplayer:exoplayer-dash:2.10.8'
|
||||
implementation 'com.google.android.exoplayer:exoplayer-ui:2.10.8'
|
||||
implementation 'com.alexvasilkov:gesture-views:2.6.0'
|
||||
implementation 'com.github.bumptech.glide:glide:4.11.0'
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
|
||||
@@ -95,7 +95,7 @@ dependencies {
|
||||
implementation 'me.zhanghai.android.fastscroll:library:1.1.2'
|
||||
implementation "com.thefuntasty.hauler:core:3.1.0"
|
||||
implementation 'com.github.Piasy:BigImageViewer:1.6.5'
|
||||
implementation 'androidx.biometric:biometric:1.1.0-beta01'
|
||||
implementation 'androidx.biometric:biometric:1.1.0-rc01'
|
||||
implementation 'com.airbnb.android:lottie:3.4.4'
|
||||
//implementation 'com.melegy.redscreenofdeath:red-screen-of-death:0.1.2'
|
||||
|
||||
|
Reference in New Issue
Block a user