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

Gradle build warning #3

Open
MrBrightside29 opened this issue Jun 28, 2014 · 2 comments
Open

Gradle build warning #3

MrBrightside29 opened this issue Jun 28, 2014 · 2 comments

Comments

@MrBrightside29
Copy link

Hi,

In Android Studio, when gradle is built, shows these warnings:

Warning:Dependency org.json:json:20080701 is ignored for debug as it may be conflicting with the internal version provided by Android.
Warning:Dependency org.json:json:20080701 is ignored for release as it may be conflicting with the internal version provided by Android.

@hgoebl
Copy link
Owner

hgoebl commented Jun 28, 2014

I'll test the impact (especially for non-Android environments) when changing this dependency to provided.

@MrBrightside29 have you encountered any problems besides this warning?

AFAIK Android has an optimized version of org.json which is API compatible with org.json:json:20080701.

@MrBrightside29
Copy link
Author

No problems at all. The project compiles and runs just fine.

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

2 participants