diff --git a/android/app/build.gradle b/android/app/build.gradle index 23c085d..4cff922 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -139,9 +139,9 @@ android { } dependencies { - compile(project(":react-native-google-signin")){ - exclude group: "com.google.android.gms" - } + // compile(project(":react-native-google-signin")){ + // exclude group: "com.google.android.gms" + // } compile project(':react-native-image-resizer') compile project(':react-native-facebook-login') compile project(':react-native-maps') diff --git a/android/settings.gradle b/android/settings.gradle index 0c06268..acac7ff 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -1,6 +1,6 @@ rootProject.name = 'AreThereCookies' -include ':react-native-google-signin' -project(':react-native-google-signin').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-google-signin/android') +// include ':react-native-google-signin' +// project(':react-native-google-signin').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-google-signin/android') include ':react-native-image-resizer' project(':react-native-image-resizer').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-image-resizer/android') include ':react-native-facebook-login'