File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,13 @@ allprojects {
17
17
androidVersionCode = 1
18
18
androidVersionName = " 1.0"
19
19
testInstrumentationRunner = " android.support.test.runner.AndroidJUnitRunner"
20
+ testApplicationId = ' com.fernandocejas.android10.sample.presentation.test'
20
21
}
21
22
}
22
23
23
24
task wrapper (type : Wrapper ) {
24
25
description ' Creates the gradle wrapper.'
25
- gradleVersion ' 2.2.1 '
26
+ gradleVersion ' 2.4 '
26
27
}
27
28
28
29
task runAcceptanceTests (dependsOn : [' :presentation:connectedAndroidTest' ]) {
Original file line number Diff line number Diff line change 1
- # Fri May 08 21:09:40 CEST 2015
1
+ # Sun Jun 21 00:56:58 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.2.1 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.4 -bin.zip
You can’t perform that action at this time.
0 commit comments