update gradle

This commit is contained in:
Alexey Kuznetsov 2016-09-14 22:41:13 +03:00
commit 33287b8d52
2 changed files with 3 additions and 3 deletions

View file

@ -44,5 +44,5 @@ dependencies {
compile 'com.android.support:design:23.2.1'
compile 'com.google.android.gms:play-services-appindexing:8.1.0'
compile 'org.apache.commons:commons-math3:3.6.1'
compile 'com.github.axet:android-library:1.1.3' // project(':android-library')
compile 'com.github.axet:android-library:1.5.0' // project(':android-library')
}

View file

@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.android.tools.build:gradle:2.2.0-rc2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@ -19,7 +19,7 @@ allprojects {
}
task wrapper(type: Wrapper) {
gradleVersion = '2.14.1'
gradleVersion = '3.0'
}
task clean(type: Delete) {