[FIX] Android build stopped working after Play Services release (#991)

This commit is contained in:
Diego Mello 2019-06-18 09:40:01 -03:00 committed by GitHub
parent 319630949e
commit 5f259e552b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -178,7 +178,9 @@ dependencies {
implementation project(':react-native-splash-screen')
implementation project(':react-native-screens')
implementation project(':react-native-action-sheet')
implementation project(':react-native-device-info')
implementation(project(":react-native-device-info"), {
exclude group: "com.google.android.gms"
})
implementation project(':react-native-gesture-handler')
implementation project(':react-native-image-crop-picker')
implementation project(':react-native-i18n')