From 60bda1bac1fee66c69dea307df4ec3edcdcc9c67 Mon Sep 17 00:00:00 2001 From: mukundjogi <81458304+mukundjogi@users.noreply.github.com> Date: Mon, 1 Aug 2022 19:21:14 +0530 Subject: [PATCH] Update build.gradle Following updates are necessary. - implementation 'com.google.android.gms:play-services-auth:20.2.0' - implementation 'com.google.android.gms:play-services-auth-api-phone:18.0.1' I will update the method channel changes too. --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 8f97c2e..111d6e4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -42,6 +42,6 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" // for sms user consent - implementation 'com.google.android.gms:play-services-auth:18.1.0' - implementation 'com.google.android.gms:play-services-auth-api-phone:17.4.0' + implementation 'com.google.android.gms:play-services-auth:20.2.0' + implementation 'com.google.android.gms:play-services-auth-api-phone:18.0.1' }