Skip to content

Commit

Permalink
Update android media and navigation libs
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Apr 4, 2024
1 parent 0c6045b commit 3ba83dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 3ba83dc

Please sign in to comment.