Skip to content

Commit

Permalink
Merge pull request #2494 from PaulWoitaschek/renovate/media3
Browse files Browse the repository at this point in the history
Update media3 to v1.5.1
  • Loading branch information
PaulWoitaschek authored Dec 27, 2024
2 parents 14fb758 + 982a681 commit d648205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ leakcanary = "2.14"
versionCode = "3603035"
versionName = "8.2.4"

sdk-compile = "34"
sdk-compile = "35"
sdk-min = "26"
sdk-target = "34"

Expand All @@ -13,7 +13,7 @@ prefs = "1.0.1"
materialDialog = "3.3.0"
dagger = "2.54"
kotlin = "2.1.0"
media3 = "1.3.1"
media3 = "1.5.1"
agp = "8.7.3"
ktlint-core = "1.5.0"
ktlint-gradlePlugin = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
dependencies {
implementation(libs.androidPluginForGradle)
implementation(libs.kotlin.pluginForGradle)
implementation(libs.kotlin.compilerEmbeddable)
compileOnly(libs.kotlin.compilerEmbeddable)
implementation(libs.ktlint.gradlePlugin)
}

Expand Down

0 comments on commit d648205

Please sign in to comment.