react-native-google-place-picker icon indicating copy to clipboard operation
react-native-google-place-picker copied to clipboard

Conflict with firestack

Open orestis-z opened this issue 7 years ago • 1 comments

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

orestis-z avatar Apr 24 '17 10:04 orestis-z

see also #10

orestis-z avatar Apr 24 '17 10:04 orestis-z