Open MrBrightside29 opened 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
.
No problems at all. The project compiles and runs just fine.
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.