comment out google-signin project from gradle config

This commit is contained in:
Bart Akeley 2018-06-10 10:25:38 -05:00
parent bb52c9b0db
commit d39fa119db
2 changed files with 5 additions and 5 deletions

View file

@ -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')

View file

@ -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'