-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-release: v05.00.00-beta01] migrate ExoPlayer to AndroidX Media3
https://github.com/androidx/media https://youtu.be/sTIBDcyCmCg https://developer.android.com/guide/topics/media/media3/getting-started/migration-guide
- Loading branch information
1 parent
ec3bdb3
commit 63586a8
Showing
18 changed files
with
120 additions
and
313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
-keep class com.github.warren_bank.webcast.** { *; } | ||
|
||
-keep class com.google.android.exoplayer2.** { *; } | ||
-keep class androidx.media3.exoplayer.** { *; } | ||
-keep class com.google.android.gms.** { *; } | ||
-keep class androidx.mediarouter.app.MediaRouteActionProvider { *; } | ||
|
||
-dontwarn com.google.android.exoplayer2.** | ||
-dontwarn androidx.media3.exoplayer.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.