Skip to content

Commit b18eef8

Browse files
committed
Bump gradle version.
1 parent e74dd71 commit b18eef8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313

1414
allprojects {
1515
ext {
16-
androidApplicationId = 'com.fernandocejas.android10.sample.presentation'
16+
androidApplicationId = 'com.fernanependocejas.android10.sample.presentation'
1717
androidVersionCode = 1
1818
androidVersionName = "1.0"
1919
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
@@ -23,7 +23,7 @@ allprojects {
2323

2424
task wrapper(type: Wrapper) {
2525
description 'Creates the gradle wrapper.'
26-
gradleVersion '2.4'
26+
gradleVersion '2.6'
2727
}
2828

2929
task runDomainUnitTests(dependsOn: [':domain:test']) {

gradle/wrapper/gradle-wrapper.jar

1.22 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Jun 21 00:56:58 CEST 2015
1+
#Mon Aug 31 10:46:18 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.4-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.6-bin.zip

0 commit comments

Comments
 (0)