diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index 2abcb6b203..a2913ecba4 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -445,7 +445,7 @@ dependencies { implementation("androidx.webkit:webkit:1.12.1") implementation("com.google.android.gms:play-services-base:18.5.0") - implementation("com.google.android.gms:play-services-auth:21.2.0") + implementation("com.google.android.gms:play-services-auth:21.3.0") implementation("com.google.android.material:material:1.12.0") implementation("com.google.android.flexbox:flexbox:3.0.0") implementation("com.google.code.gson:gson:2.11.0")