File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
pillarbox-player-testutils Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ androidx-media = "1.7.0"
1313androidx-media3 = " 1.3.1"
1414androidx-navigation = " 2.7.7"
1515androidx-paging = " 3.3.0"
16- androidx-test-core = " 1.5.0 "
17- androidx-test-ext-junit = " 1.1.5 "
18- androidx-test-monitor = " 1.6 .1"
19- androidx-test-runner = " 1.5.2 "
16+ androidx-test-core = " 1.6.1 "
17+ androidx-test-ext-junit = " 1.2.1 "
18+ androidx-test-monitor = " 1.7 .1"
19+ androidx-test-runner = " 1.6.1 "
2020androidx-tv-foundation = " 1.0.0-alpha10"
2121androidx-tv-material = " 1.0.0-beta01"
2222coil = " 2.6.0"
@@ -34,7 +34,7 @@ kotlinx-serialization = "1.7.1"
3434ktor = " 2.3.12"
3535mockk = " 1.13.11"
3636okhttp = " 4.12.0"
37- robolectric = " 4.12.2 "
37+ robolectric = " 4.13 "
3838srg-data-provider = " 0.9.0"
3939tag-commander-core = " 5.4.3"
4040tag-commander-server-side = " 5.5.2"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111dependencies {
1212 api(libs.androidx.media3.common)
1313 compileOnly(libs.androidx.media3.exoplayer)
14- implementation (libs.androidx.media3.test.utils)
14+ api (libs.androidx.media3.test.utils)
1515 implementation(libs.androidx.media3.test.utils.robolectric)
1616 implementation(libs.guava)
1717 runtimeOnly(libs.kotlinx.coroutines.android)
You can’t perform that action at this time.
0 commit comments