BigBadaboom / androidsvg

SVG rendering library for Android
http://bigbadaboom.github.io/androidsvg/
Apache License 2.0
1.2k stars 226 forks source link

Remove unnecessary org.jetbrains:annotations-java5 dependency #173

Closed ashughes closed 5 years ago

ashughes commented 5 years ago

I ran into an issue when updating to Android Gradle Plugin 3.4.1 from 3.3.2 (see https://issuetracker.google.com/issues/133216058). I determined that the conflicting annotations were due to the org.jetbrains:annotations-java5 dependency in this project: https://github.com/BigBadaboom/androidsvg/blob/3707369974a672b6c7de28dd11f5728d973fe1d0/androidsvg/build.gradle#L31

As far as I can tell, this dependency is unnecessary and should be removed.

BigBadaboom commented 5 years ago

Thanks for the report. This is now fixed.