0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-19 20:02:17 +02:00

Update android media and navigation libs

This commit is contained in:
Christine Coenen 2024-04-04 09:48:42 +02:00
parent 0c6045b24f
commit 3ba83dc12d
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ dependencies {
implementation "androidx.work:work-runtime-ktx:$work_version"
// exo player
def media3_version = "1.2.1"
def media3_version = "1.3.0"
implementation "androidx.media3:media3-exoplayer:$media3_version"
implementation "androidx.media3:media3-exoplayer-hls:$media3_version"
implementation "androidx.media3:media3-ui:$media3_version"

View File

@ -2,7 +2,7 @@
buildscript {
ext.about_libraries_version = '10.9.2'
ext.nav_version = '2.7.6'
ext.nav_version = '2.7.7'
repositories {
google()