Update build.gradle

This commit is contained in:
Matt DiMeglio 2025-08-25 09:52:16 -04:00
parent 79fcedd24f
commit f78bb3952f

View file

@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.google.gms:google-services:4.4.1'
classpath 'com.google.gms:google-services:4.4.1'
classpath('com.android.tools.build:gradle')
classpath('com.facebook.react:react-native-gradle-plugin')
classpath('org.jetbrains.kotlin:kotlin-gradle-plugin')
@ -36,3 +36,4 @@ allprojects {
apply plugin: "expo-root-project"
apply plugin: "com.facebook.react.rootproject"
apply plugin: 'com.google.gms.google-services'