Bump gradle wrapper version to 2.4

This commit is contained in:
Fernando Cejas
2015-06-21 01:04:46 +02:00
parent 639f853fb7
commit 23e4ed159d
3 changed files with 4 additions and 3 deletions

View File

@ -17,12 +17,13 @@ allprojects {
androidVersionCode = 1 androidVersionCode = 1
androidVersionName = "1.0" androidVersionName = "1.0"
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
testApplicationId = 'com.fernandocejas.android10.sample.presentation.test'
} }
} }
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
description 'Creates the gradle wrapper.' description 'Creates the gradle wrapper.'
gradleVersion '2.2.1' gradleVersion '2.4'
} }
task runAcceptanceTests(dependsOn: [':presentation:connectedAndroidTest']) { task runAcceptanceTests(dependsOn: [':presentation:connectedAndroidTest']) {

Binary file not shown.

View File

@ -1,6 +1,6 @@
#Fri May 08 21:09:40 CEST 2015 #Sun Jun 21 00:56:58 CEST 2015
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.2.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-bin.zip