|
|
@@ -28,7 +28,7 @@ buildscript {
|
|
|
classpath("com.android.tools.build:gradle:7.2.1")
|
|
|
classpath("com.facebook.react:react-native-gradle-plugin")
|
|
|
classpath("de.undercouch:gradle-download-task:5.0.1")
|
|
|
- //gms
|
|
|
+ //fcm
|
|
|
classpath 'com.google.gms:google-services:4.3.15'
|
|
|
// NOTE: Do not place your application dependencies here; they belong
|
|
|
// in the individual module build.gradle files
|
|
|
@@ -63,7 +63,7 @@ allprojects {
|
|
|
// expo-camera bundles a custom com.google.android:cameraview
|
|
|
url "$rootDir/../node_modules/expo-camera/android/maven"
|
|
|
}
|
|
|
- //gms
|
|
|
+ //fcm
|
|
|
maven { url "https://maven.google.com" }
|
|
|
maven { url 'https://maven.aliyun.com/repository/public' }
|
|
|
maven { url 'https://maven.aliyun.com/repository/google' }
|