Using Android Gradle plugin 0.7.0 with the following build.gradle:
build.gradle
buildscript { repositories { mavenCentral() } dependenci
The same problem when I used 'org.springframework.android:spring-android-rest-template:2.0.0.M1' in Android Studio 1.0.1. I need include this in build.gradle
android{ ... packagingOptions{ exclude 'META-INF/notice.txt' exclude 'META-INF/license.txt' } ... }