Skip to content

Commit

Permalink
Merge branch 'main' into enable_edge_to_edge
Browse files Browse the repository at this point in the history
  • Loading branch information
StaehliJ authored Jul 30, 2024
2 parents 71403e8 + 415a79d commit 0c23fef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
7 changes: 0 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,6 @@ dependencyAnalysis {
}
}

structure {
// Required because of https://github.com/autonomousapps/dependency-analysis-gradle-plugin/issues/892
bundle("kotlin-test") {
includeDependency(libs.kotlin.test)
}
}

project(":pillarbox-cast") {
onUnusedDependencies {
// This dependency is not used directly, but needed if we want to use the default Media3 cast receiver
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
accompanist = "0.34.0"
android-gradle-plugin = "8.5.1"
androidx-activity = "1.9.0"
androidx-annotation = "1.8.0"
androidx-activity = "1.9.1"
androidx-annotation = "1.8.1"
androidx-compose = "2024.06.00"
androidx-core = "1.13.1"
androidx-fragment = "1.8.2"
androidx-lifecycle = "2.8.3"
androidx-lifecycle = "2.8.4"
androidx-media3 = "1.4.0"
androidx-navigation = "2.7.7"
androidx-paging = "3.3.0"
androidx-paging = "3.3.1"
androidx-test-core = "1.6.1"
androidx-test-ext-junit = "1.2.1"
androidx-test-monitor = "1.7.1"
Expand All @@ -18,7 +18,7 @@ androidx-tv-foundation = "1.0.0-alpha10"
androidx-tv-material = "1.0.0-beta01"
coil = "2.7.0"
comscore = "6.11.1"
dependency-analysis-gradle-plugin = "1.32.0"
dependency-analysis-gradle-plugin = "1.33.0"
detekt = "1.23.6"
dokka = "1.9.20"
guava = "33.0.0-android"
Expand Down

0 comments on commit 0c23fef

Please sign in to comment.