File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ allprojects {
2525
2626task wrapper (type : Wrapper ) {
2727 description ' Creates the gradle wrapper.'
28- gradleVersion ' 2.6 '
28+ gradleVersion ' 2.8 '
2929}
3030
3131task runDomainUnitTests (dependsOn : [' :domain:test' ]) {
3232 description ' Run unit tests for the domain layer.'
3333}
3434
35- task runDataUnitTests (dependsOn : [' :data:cleanTestDebug ' , ' :data:testDebug ' ]) {
35+ task runDataUnitTests (dependsOn : [' :data:cleanTestDebugUnitTest ' , ' :data:testDebugUnitTest ' ]) {
3636 description ' Run unit tests for the data layer.'
3737}
3838
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ allprojects {
66
77ext {
88 // Android
9- androidBuildToolsVersion = " 21.1.2 "
9+ androidBuildToolsVersion = " 23.0.1 "
1010 androidMinSdkVersion = 15
1111 androidTargetSdkVersion = 21
1212 androidCompileSdkVersion = 21
7979 mockito : " org.mockito:mockito-core:${ mockitoVersion} " ,
8080 robolectric : " org.robolectric:robolectric:${ robolectricVersion} " ,
8181 ]
82- }
82+ }
Original file line number Diff line number Diff line change 1- # Mon Aug 31 10:46:18 CEST 2015
1+ # Tue Nov 17 23:40:11 CET 2015
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.6 -bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.8 -bin.zip
You can’t perform that action at this time.
0 commit comments