Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Has conflict with Gson #39

Closed
jjhesk opened this issue Jan 30, 2015 · 3 comments
Closed

Has conflict with Gson #39

jjhesk opened this issue Jan 30, 2015 · 3 comments

Comments

@jjhesk
Copy link

jjhesk commented Jan 30, 2015

I have discovered there is a conflict with Gson compile.

Warning:Dependency org.json:json:20090211 is ignored for debug as it may be conflicting with the internal version provided by Android.
In case of problem, please repackage with jarjar to change the class packages
Warning:Dependency org.json:json:20090211 is ignored for debug as it may be conflicting with the internal version provided by Android.
In case of problem, please repackage with jarjar to change the class packages
Warning:Dependency org.json:json:20090211 is ignored for release as it may be conflicting with the internal version provided by Android.
In case of problem, please repackage with jarjar to change the class packages
Warning:Dependency org.json:json:20090211 is ignored for release as it may be conflicting with the internal version provided by Android.
In case of problem, please repackage with jarjar to change the class packages

@robertoestivill
Copy link
Contributor

This library doesn't declare any dependency on Json nor Gson
You can take a look at the library deployed pom:

https://repo1.maven.org/maven2/com/daimajia/androidanimations/library/1.1.3/library-1.1.3.pom

@jjhesk can you provide a little bit more context? Maybe you gradle dependencies? This sounds like it might be an issue coming from another included library. Thanks!

@uknownothingsnow
Copy link
Contributor

@jjhesk may be you should provide more information, as @robertoestivill has pointed, this lib does not depend on org.json:json. I think your warning messages are caused by other libs that depend on org.json:json

@daimajia
Copy link
Owner

close since no reply.

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

No branches or pull requests

4 participants