Skip to content

Commit 23e4ed1

Browse files
committed
Bump gradle wrapper version to 2.4
1 parent 639f853 commit 23e4ed1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ allprojects {
1717
androidVersionCode = 1
1818
androidVersionName = "1.0"
1919
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
20+
testApplicationId = 'com.fernandocejas.android10.sample.presentation.test'
2021
}
2122
}
2223

2324
task wrapper(type: Wrapper) {
2425
description 'Creates the gradle wrapper.'
25-
gradleVersion '2.2.1'
26+
gradleVersion '2.4'
2627
}
2728

2829
task runAcceptanceTests(dependsOn: [':presentation:connectedAndroidTest']) {

gradle/wrapper/gradle-wrapper.jar

-1.1 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri May 08 21:09:40 CEST 2015
1+
#Sun Jun 21 00:56:58 CEST 2015
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-bin.zip

0 commit comments

Comments
 (0)