File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
14
14
allprojects {
15
15
ext {
16
- androidApplicationId = ' com.fernandocejas .android10.sample.presentation'
16
+ androidApplicationId = ' com.fernanependocejas .android10.sample.presentation'
17
17
androidVersionCode = 1
18
18
androidVersionName = " 1.0"
19
19
testInstrumentationRunner = " android.support.test.runner.AndroidJUnitRunner"
@@ -23,7 +23,7 @@ allprojects {
23
23
24
24
task wrapper (type : Wrapper ) {
25
25
description ' Creates the gradle wrapper.'
26
- gradleVersion ' 2.4 '
26
+ gradleVersion ' 2.6 '
27
27
}
28
28
29
29
task runDomainUnitTests (dependsOn : [' :domain:test' ]) {
Original file line number Diff line number Diff line change 1
- # Sun Jun 21 00:56:58 CEST 2015
1
+ # Mon Aug 31 10:46:18 CEST 2015
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments