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' }