From 61fc97dc1c8c14fb974940a4cd03d0ba3e276fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20Sj=C3=B6berg?= Date: Sun, 23 Jun 2024 21:59:34 +0400 Subject: [PATCH] Update com.google.gms:google-services --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") } }