We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0b39b commit bb9cc98Copy full SHA for bb9cc98
2 files changed
build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
}
7
dependencies {
8
classpath 'com.android.tools.build:gradle:2.1.2'
9
- classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4'
10
11
// NOTE: Do not place your application dependencies here; they belong
12
// in the individual module build.gradle files
gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
distributionPath=wrapper/dists
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-all.zip
0 commit comments