diff --git a/android/app/build.gradle b/android/app/build.gradle index 08ad9824a0..f091d40fa8 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -255,7 +255,9 @@ dependencies { implementation project(':react-native-background-timer') implementation project(':react-native-svg') implementation 'com.android.support:multidex:1.0.2' - implementation project(':react-native-http-bridge') + compile (project(':react-native-http-bridge')) { + exclude group: "com.google.android.gms" + } implementation project(':react-native-splash-screen') implementation project(':react-native-image-resizer') implementation project(':react-native-dialogs')