mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 07:24:56 -06:00
comment out google-signin project from gradle config
This commit is contained in:
parent
bb52c9b0db
commit
d39fa119db
2 changed files with 5 additions and 5 deletions
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue