react-native-google-place-picker
react-native-google-place-picker copied to clipboard
Conflict with firestack
What went wrong:
Execution failed for task ':app:packageAllDebugClassesForMultiDex'.
> java.util.zip.ZipException: duplicate entry: com/google/android/gms/location/places/PlaceReport.class
I suspect that there is a version conflict of the com.google.android.gms
versions used by firestack and google-place-picker, respectively.
firestack: compile 'com.google.android.gms:play-services-base:+'
google-place-picker: com.google.android.gms:play-services-location:8.4.0
see also #10