Skip to content

Commit

Permalink
media3 components version update
Browse files Browse the repository at this point in the history
  • Loading branch information
GrakovNe committed Dec 20, 2024
1 parent 44c5c4c commit 708ec44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ android {
dependencies {

implementation(libs.androidx.palette.ktx)
//implementation(libs.accompanist.systemuicontroller)
implementation(libs.androidx.lifecycle.viewmodel.compose)
implementation(libs.androidx.navigation.compose)
implementation(libs.material)
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ loggingInterceptor = "4.11.0"
material = "1.7.6"
material3 = "1.3.1"
materialVersion = "1.12.0"
media3Exoplayer = "1.5.0"
media3Exoplayer = "1.5.1"
navigationCompose = "2.8.5"
okhttp = "4.12.0"
pagingCompose = "3.3.5"
Expand All @@ -30,8 +30,8 @@ retrofit = "2.11.0"
roomRuntime = "2.6.1"
rules = "1.6.1"
runtimeLivedata = "1.7.6"
media3Session = "1.5.0"
media3DatasourceOkhttp = "1.5.0"
media3Session = "1.5.1"
media3DatasourceOkhttp = "1.5.1"

[libraries]
acra-core = { module = "ch.acra:acra-core", version.ref = "acraCore" }
Expand Down

0 comments on commit 708ec44

Please sign in to comment.