Using Android Gradle plugin 0.7.0 with the following build.gradle:
build.gradle
buildscript { repositories { mavenCentral() } dependenci
In my case I only need to add to project's build.gradle file:
android { packagingOptions { exclude 'META-INF/notice.txt' exclude 'META-INF/license.txt' } ... }