From 3fae814bff06256da28b0c0083afa0ce0485b8e7 Mon Sep 17 00:00:00 2001 From: Abderrahmane <53023123+iabdousd@users.noreply.github.com> Date: Mon, 28 Nov 2022 17:15:27 +0000 Subject: [PATCH] fixed android 12 issue --- android/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 8f97c2e..b790795 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -42,6 +42,7 @@ 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.4.0' + implementation 'com.google.android.gms:play-services-auth-api-phone:18.0.1' + implementation 'androidx.work:work-runtime-ktx:2.7.0' }