survivingwithandroid / WeatherLib

Android Weather Library: android weather lib to develop weather based app fast and easily
http://survivingwithandroid.github.io/WeatherLib/
640 stars 170 forks source link

Removed ic_launcher.png files and updated manifest files to prevent resource duplicate when using this project as a library #23

Closed equisenberry closed 9 years ago

equisenberry commented 9 years ago

Problem described here: http://stackoverflow.com/questions/29965398/gradle-finished-with-non-zero-exit-value-1

Libraries shouldn't have their own ic_launcher.png because it causes a res conflict when pulled into an app using newer versions of Gradle.

survivingwithandroid commented 9 years ago

Your request has been merged in the dev branch, and it will be released in the next version. Thx for your support.