Using Android Gradle plugin 0.7.0 with the following build.gradle:
build.gradle
buildscript { repositories { mavenCentral() } dependenci
packagingOptions { exclude 'META-INF/DEPENDENCIES.txt' exclude 'META-INF/LICENSE.txt' exclude 'META-INF/NOTICE.txt' }