Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
StaehliJ committed May 21, 2024
1 parent a305099 commit 5d1f717
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ androidx-leanback = "1.0.0"
androidx-lifecycle = "2.7.0"
androidx-media = "1.7.0"
androidx-media3 = "1.3.1"
androidx-mediarouter = "1.3.0"
androidx-navigation = "2.7.7"
androidx-paging = "3.2.1"
androidx-test-core = "1.5.0"
Expand All @@ -33,8 +32,6 @@ kotlinx-serialization = "1.6.3"
ktor = "2.3.10"
mockk = "1.13.10"
okhttp = "4.12.0"
play-services-cast-framework = "21.3.0"
play-services-tasks = "18.0.1"
robolectric = "4.12.1"
srg-data-provider = "0.9.0"
tag-commander-core = "5.4.4"
Expand All @@ -56,7 +53,6 @@ androidx-lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtim
androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel", version.ref = "androidx-lifecycle" }
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" }
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "androidx-lifecycle" }
androidx-mediarouter = { module = "androidx.mediarouter:mediarouter", version.ref = "androidx-mediarouter" }
androidx-navigation-common = { module = "androidx.navigation:navigation-common", version.ref = "androidx-navigation" }
androidx-navigation-runtime = { module = "androidx.navigation:navigation-runtime", version.ref = "androidx-navigation" }
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "androidx-navigation" }
Expand Down Expand Up @@ -84,8 +80,6 @@ ktor-http = { module = "io.ktor:ktor-http", version.ref = "ktor" }
ktor-serialization = { module = "io.ktor:ktor-serialization", version.ref = "ktor" }
ktor-serialization-kotlinx-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
ktor-utils = { module = "io.ktor:ktor-utils", version.ref = "ktor" }
play-services-cast-framework = { module = "com.google.android.gms:play-services-cast-framework", version.ref = "play-services-cast-framework" }
play-services-tasks = { module = "com.google.android.gms:play-services-tasks", version.ref = "play-services-tasks" }
robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" }
robolectric-annotations = { module = "org.robolectric:annotations", version.ref = "robolectric" }
robolectric-shadows-framework = { module = "org.robolectric:shadows-framework", version.ref = "robolectric" }
Expand Down
3 changes: 0 additions & 3 deletions pillarbox-cast/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ dependencies {
api(libs.androidx.compose.runtime)
api(libs.androidx.compose.ui)
api(libs.androidx.media3.cast)
implementation(libs.androidx.mediarouter)
implementation(libs.guava)
api(libs.play.services.cast.framework)
implementation(libs.play.services.tasks)
}
1 change: 0 additions & 1 deletion pillarbox-demo-cast/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ dependencies {
implementation(libs.androidx.core)
implementation(libs.androidx.fragment)
implementation(libs.kotlin.stdlib)
implementation(libs.play.services.cast.framework)
}

0 comments on commit 5d1f717

Please sign in to comment.