From 100671905aba48c11cf16913a7b7279e0da970ed Mon Sep 17 00:00:00 2001 From: Mark Turner Date: Wed, 1 Feb 2023 16:12:43 +1100 Subject: [PATCH] Upgrade `com.google.android.gms:play-services-cast-framework`. --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index e472f08..4d65b95 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - api "com.google.android.gms:play-services-cast-framework:19.0.0" + api "com.google.android.gms:play-services-cast-framework:21.2.0" // Lifecycle implementation "androidx.lifecycle:lifecycle-extensions:$lifecycle_version"