Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

API 19 DUPLICATE ENTRY #127

Open
a92c opened this issue Sep 29, 2016 · 1 comment
Open

API 19 DUPLICATE ENTRY #127

a92c opened this issue Sep 29, 2016 · 1 comment

Comments

@a92c
Copy link

a92c commented Sep 29, 2016

When I change API 23 to 19 send this Error

Error:Execution failed for task ':app:transformClassesWithJarMergingForDebug'.

com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: com/parse/AbstractQueryController$1.class

compile 'com.parse:parse-android:1.13.1'
compile 'com.parse.bolts:bolts-android:1.3.0'

@hoeggi
Copy link

hoeggi commented Jan 17, 2017

com.parse:parse-android:1.13.1 depends on com.parse.bolts:bolts-tasks:1.4.0
and
com.parse.bolts:bolts-android:1.3.0 depends on com.parse.bolts:bolts-tasks:1.3.0

you need to exclude on of them using 'exclude group: 'com.parse.bolts:bolts-tasks' or update com.parse.bolts:bolts-android to 1.4.0 so both depend on bolts-tasks:1.4.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants