Skip to content

Commit

Permalink
feat(gradle): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stantanasi committed Mar 9, 2024
1 parent 7fc82c1 commit bfa6861
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ dependencies {
implementation 'androidx.leanback:leanback:1.0.0'
implementation 'com.github.bumptech.glide:glide:4.13.1'

implementation 'androidx.media3:media3-exoplayer:1.2.1'
implementation 'androidx.media3:media3-exoplayer-dash:1.2.1'
implementation 'androidx.media3:media3-exoplayer-hls:1.2.1'
implementation "androidx.media3:media3-session:1.2.1"
implementation 'androidx.media3:media3-ui:1.2.1'
implementation 'androidx.media3:media3-exoplayer:1.3.0'
implementation 'androidx.media3:media3-exoplayer-dash:1.3.0'
implementation 'androidx.media3:media3-exoplayer-hls:1.3.0'
implementation "androidx.media3:media3-session:1.3.0"
implementation 'androidx.media3:media3-ui:1.3.0'

implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.9'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
google()
}
dependencies {
classpath 'androidx.navigation:navigation-safe-args-gradle-plugin:2.7.4'
classpath 'androidx.navigation:navigation-safe-args-gradle-plugin:2.7.7'
}
}

Expand All @@ -18,6 +18,6 @@ plugins {
id 'com.google.devtools.ksp' version '1.9.0-1.0.13' apply false
}

task clean(type: Delete) {
tasks.register('clean', Delete) {
delete rootProject.buildDir
}

0 comments on commit bfa6861

Please sign in to comment.