hgoebl / DavidWebb

Lightweight Java HTTP-Client for calling JSON REST-Services (especially for Android)
https://hgoebl.github.io/DavidWebb/
MIT License
127 stars 41 forks source link

Gradle build warning #3

Open MrBrightside29 opened 10 years ago

MrBrightside29 commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

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