From 03e3e47288448fbe9aecf6d8de4db13ebc526b1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:47:42 +0000 Subject: [PATCH] chore(deps): bump androidx.mediarouter:mediarouter from 1.6.0 to 1.7.0 Bumps androidx.mediarouter:mediarouter from 1.6.0 to 1.7.0. --- updated-dependencies: - dependency-name: androidx.mediarouter:mediarouter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2f86ddbc2..92fc95a0c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -139,7 +139,7 @@ dependencies { 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'