From 5d906a634b431abbf943da1f0eba27821142bdc3 Mon Sep 17 00:00:00 2001 From: Akash-Ramjyothi Date: Mon, 31 Aug 2020 05:33:54 +0530 Subject: [PATCH] Added PlayServices Update --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9d4d6bd20..4c445245d 100644 --- a/build.gradle +++ b/build.gradle @@ -130,7 +130,7 @@ dependencies { implementation "androidx.mediarouter:mediarouter:${SUPPORT_LIBRARY_VERSION}" implementation "androidx.media:media:${SUPPORT_LIBRARY_VERSION}" implementation "androidx.cardview:cardview:${SUPPORT_LIBRARY_VERSION}" - implementation 'com.google.android.gms:play-services-cast-framework:11.6.0' + implementation 'com.google.android.gms:play-services-cast-framework:12.0.0' implementation 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1' implementation 'com.github.dmytrodanylyk.android-process-button:library:1.0.4' implementation 'com.l4digital.fastscroll:fastscroll:2.0.1'