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 eb768f4 commit 202858cCopy full SHA for 202858c
build.gradle
@@ -5,8 +5,8 @@ buildscript {
5
jcenter()
6
}
7
dependencies {
8
- classpath 'com.android.tools.build:gradle:2.0.0-alpha3'
9
- classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' // Add this line
+ classpath 'com.android.tools.build:gradle:2.2.0'
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' // Add this line
10
11
// NOTE: Do not place your application dependencies here; they belong
12
// in the individual module build.gradle files
0 commit comments