Skip to content
Snippets Groups Projects
Unverified Commit 5f259e55 authored by Diego Mello's avatar Diego Mello Committed by GitHub
Browse files

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

parent 31963094
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,9 @@ dependencies { ...@@ -178,7 +178,9 @@ dependencies {
implementation project(':react-native-splash-screen') implementation project(':react-native-splash-screen')
implementation project(':react-native-screens') implementation project(':react-native-screens')
implementation project(':react-native-action-sheet') 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-gesture-handler')
implementation project(':react-native-image-crop-picker') implementation project(':react-native-image-crop-picker')
implementation project(':react-native-i18n') implementation project(':react-native-i18n')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment