Skip to content
Snippets Groups Projects
Commit 510b150c authored by Adrien Béraud's avatar Adrien Béraud
Browse files

tools: bump gradle

Tuleap: #330
Change-Id: Ifdf611d63cb9d11f6e6d41dd3f17f525429d217c
parent fd69001d
Branches
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ buildscript { ...@@ -4,7 +4,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:1.5.+' classpath 'com.android.tools.build:gradle:2.0.+'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files
...@@ -19,5 +19,5 @@ allprojects { ...@@ -19,5 +19,5 @@ allprojects {
dependencies { dependencies {
} }
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '2.8' //version required gradleVersion = '2.10' //version required
} }
#Wed Jun 17 18:34:27 EDT 2015 #Mon Jan 18 12:07:13 EST 2016
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment