aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-05-13 02:52:04 +0000
committerDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-05-13 02:52:04 +0000
commitff91d33a88f9da04949662efa595e55d5efa1544 (patch)
treee3d7e65b30622276643e50211ede50a856de655e /app/build.gradle
parent4abb494709e36bba2b384258e9cb36aaa3494a34 (diff)
downloadinfinity-for-reddit-ff91d33a88f9da04949662efa595e55d5efa1544.tar
infinity-for-reddit-ff91d33a88f9da04949662efa595e55d5efa1544.tar.gz
infinity-for-reddit-ff91d33a88f9da04949662efa595e55d5efa1544.tar.bz2
infinity-for-reddit-ff91d33a88f9da04949662efa595e55d5efa1544.tar.lz
infinity-for-reddit-ff91d33a88f9da04949662efa595e55d5efa1544.tar.xz
infinity-for-reddit-ff91d33a88f9da04949662efa595e55d5efa1544.tar.zst
infinity-for-reddit-ff91d33a88f9da04949662efa595e55d5efa1544.zip
Migrate to AndroidX Media3.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b23a2bb1..becaeb62 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -85,11 +85,11 @@ dependencies {
/** ExoPlayer **/
def exoplayerVersion = "2.19.1"
- implementation "com.google.android.exoplayer:exoplayer-core:$exoplayerVersion"
- implementation "com.google.android.exoplayer:exoplayer-dash:$exoplayerVersion"
- implementation "com.google.android.exoplayer:exoplayer-hls:$exoplayerVersion"
- implementation "com.google.android.exoplayer:exoplayer-ui:$exoplayerVersion"
- implementation "com.google.android.exoplayer:exoplayer-smoothstreaming:$exoplayerVersion"
+ implementation "androidx.media3:media3-exoplayer:1.1.1"
+ implementation "androidx.media3:media3-exoplayer-dash:1.1.1"
+ implementation "androidx.media3:media3-exoplayer-hls:1.1.1"
+ implementation "androidx.media3:media3-ui:1.1.1"
+ implementation "androidx.media3:media3-exoplayer-smoothstreaming:1.1.1"
/** Third-party **/