Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump androidx.mediarouter:mediarouter from 1.6.0 to 1.7.0 #1186

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,17 @@
ksp "androidx.room:room-compiler:$roomVersion"

implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.browser:browser:1.7.0'

Check warning on line 108 in app/build.gradle

View workflow job for this annotation

GitHub Actions / Lint

Obsolete Gradle Dependency: A newer version of androidx.browser:browser than 1.7.0 is available: 1.8.0
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "androidx.core:core-ktx:$deps.androidXCoreVersion"
implementation "androidx.fragment:fragment-ktx:$fragmentVersion"
implementation "androidx.hilt:hilt-work:$androidXHiltVersion"

Check warning on line 112 in app/build.gradle

View workflow job for this annotation

GitHub Actions / Lint

Obsolete Gradle Dependency: A newer version of androidx.hilt:hilt-work than 1.1.0 is available: 1.2.0
implementation "androidx.lifecycle:lifecycle-common-java8:$deps.lifecycleVersion"

Check warning on line 113 in app/build.gradle

View workflow job for this annotation

GitHub Actions / Lint

Obsolete Gradle Dependency: A newer version of androidx.lifecycle:lifecycle-common-java8 than 2.6.2 is available: 2.7.0
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$deps.lifecycleVersion"

Check warning on line 114 in app/build.gradle

View workflow job for this annotation

GitHub Actions / Lint

Obsolete Gradle Dependency: A newer version of androidx.lifecycle:lifecycle-viewmodel-ktx than 2.6.2 is available: 2.7.0
implementation 'androidx.media:media:1.7.0' // needed for audio focus management.
implementation "androidx.media3:media3-common:$media3Version"

Check warning on line 116 in app/build.gradle

View workflow job for this annotation

GitHub Actions / Lint

Obsolete Gradle Dependency: A newer version of androidx.media3:media3-common than 1.2.0 is available: 1.3.0
implementation "androidx.media3:media3-exoplayer:$media3Version"

Check warning on line 117 in app/build.gradle

View workflow job for this annotation

GitHub Actions / Lint

Obsolete Gradle Dependency: A newer version of androidx.media3:media3-exoplayer than 1.2.0 is available: 1.3.0
implementation "androidx.media3:media3-exoplayer-workmanager:$media3Version"

Check warning on line 118 in app/build.gradle

View workflow job for this annotation

GitHub Actions / Lint

Obsolete Gradle Dependency: A newer version of androidx.media3:media3-exoplayer-workmanager than 1.2.0 is available: 1.3.0
implementation "androidx.media3:media3-session:$media3Version"
implementation "androidx.navigation:navigation-fragment-ktx:$deps.navVersion"
implementation "androidx.navigation:navigation-ui-ktx:$deps.navVersion"
Expand All @@ -139,7 +139,7 @@
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$deps.coroutinesVersion"
implementation project(":api-client")

fullImplementation 'androidx.mediarouter:mediarouter:1.6.0'
fullImplementation 'androidx.mediarouter:mediarouter:1.7.0'
fullImplementation 'com.android.billingclient:billing-ktx:6.1.0'
fullImplementation 'com.google.android.gms:play-services-base:18.2.0'
fullImplementation 'com.google.android.gms:play-services-cast-framework:21.4.0'
Expand Down