diff --git a/android/build.gradle b/android/build.gradle index 069f38d3..3a5d9d91 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -32,7 +32,7 @@ buildscript { // Needed for react-native-camera-kit classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20") classpath("com.google.protobuf:protobuf-gradle-plugin:0.9.3")// 0.8.12") - classpath("com.google.gms:google-services:4.3.14") + classpath("com.google.gms:google-services:4.4.2") } }