[FIX] Android build stopped working after Play Services release (#991)
This commit is contained in:
parent
319630949e
commit
5f259e552b
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue