File tree 3 files changed +2
-11
lines changed
src/main/java/org/thunderdog/challegram/mediaview
3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ dependencies {
220
220
// Play In-App Updates: https://developer.android.com/reference/com/google/android/play/core/release-notes-in_app_updates
221
221
implementation(" com.google.android.play:app-update:2.1.0" )
222
222
// ExoPlayer: https://github.com/google/ExoPlayer/blob/release-v2/RELEASENOTES.md
223
- implementation(" com.google.android.exoplayer:exoplayer-core:2.18.7 " )
223
+ implementation(" com.google.android.exoplayer:exoplayer-core:2.19.0 " )
224
224
// 17.x version requires minSdk 19 or higher
225
225
implementation(" com.google.mlkit:language-id:16.1.1" )
226
226
// The Checker Framework: https://checkerframework.org/CHANGELOG.md
Original file line number Diff line number Diff line change @@ -453,15 +453,6 @@ public void onPlayerError (PlaybackException error) {
453
453
}
454
454
}
455
455
456
- @ Override
457
- public void onShuffleModeEnabledChanged (boolean b ) { }
458
-
459
- @ Override
460
- public void onPositionDiscontinuity (int i ) { }
461
-
462
- @ Override
463
- public void onSeekProcessed () { }
464
-
465
456
public interface Callback {
466
457
void onPlayReady ();
467
458
void onPlayPause (boolean isPlaying );
You can’t perform that action at this time.
0 commit comments