Using Android Gradle plugin 0.7.0 with the following build.gradle:
build.gradle
buildscript { repositories { mavenCentral() } dependenci
This works for me:
android { packagingOptions { exclude 'LICENSE.txt' } }