We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858a77a commit 837a501Copy full SHA for 837a501
build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
classpath "com.android.tools.build:gradle:${ANDROID_GRADLE_PLUGIN_VERSION}"
7
classpath "org.robolectric:robolectric-gradle-plugin:${ROBOLECTRIC_GRADLE_PLUGIN_VERSION}"
8
classpath "com.jakewharton.sdkmanager:gradle-plugin:${SDKMANAGER_GRADLE_PLUGIN_VERSION}"
9
- classpath "com.github.dcendents:android-maven-gradle-plugin:1.3"
+ classpath "com.github.dcendents:android-maven-gradle-plugin:1.3"
10
// NOTE: Do not place your application dependencies here; they belong
11
// in the individual module build.gradle files
12
}
0 commit comments