Skip to content

Commit

Permalink
Merge pull request feelfreelinux#201 from otwarty-wykop-mobilny/renov…
Browse files Browse the repository at this point in the history
…ate/com.google.android.exoplayer

chore(deps): update com.google.android.exoplayer to v2.17.0
  • Loading branch information
mateuszkwiecinski committed Mar 1, 2022
2 parents a89b83a + d79891b commit 29a31d7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,12 @@ allprojects {
setMatchingFallbacks("debug")
}
}
configurations.configureEach {
resolutionStrategy.eachDependency {
if (requested.group == "org.checkerframework" && requested.name != "checker-compat-qual") {
useVersion(libs.versions.mavencentral.checker.get())
because("https://github.com/google/ExoPlayer/issues/10007")
}
}
}
}
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ google-datastore = "1.0.0"
google-cardview = "1.0.0"
google-exifinterface = "1.3.3"
google-startup = "1.1.1"
google-exoplayer = "2.16.1"
google-exoplayer = "2.17.0"
google-espresso = "3.4.0"
google-annotation = "1.3.0"
mavencentral-coroutines = "1.6.0"
Expand All @@ -40,6 +40,7 @@ mavencentral-leakcanary = "2.7"
mavencentral-markdown = "0.2.4"
mavencentral-junit = "5.8.2"
mavencentral-napier = "2.2.0"
mavencentral-checker = "3.21.2"
jitpack-photoview = "2.3.0"
jitpack-subsampling-scale-image-view = "3.10.0"

Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
}

enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
enableFeaturePreview("VERSION_CATALOGS")

Closure discoverSubprojects = {
fileTree(rootDir) { include("**/build.gradle") }
Expand Down

0 comments on commit 29a31d7

Please sign in to comment.