File tree Expand file tree Collapse file tree 13 files changed +62
-62
lines changed
integration/ServiceTestRuleSample/app
runner/AndroidJunitRunnerSample
IntentsAdvancedSample/app
uiautomator/BasicSample/app Expand file tree Collapse file tree 13 files changed +62
-62
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 23
5
- buildToolsVersion ' 23.0.0 '
5
+ buildToolsVersion ' 23.0.1 '
6
6
defaultConfig {
7
7
applicationId " com.example.android.testing.integrationtesting.ServiceTestRuleSample"
8
8
minSdkVersion 10
@@ -25,7 +25,7 @@ android {
25
25
dependencies {
26
26
// Testing-only dependencies
27
27
// Force usage of support annotations in the test app, since it is internally used by the runner module.
28
- androidTestCompile ' com.android.support:support-annotations:23.0.0 '
29
- androidTestCompile ' com.android.support.test:runner:0.3 '
30
- androidTestCompile ' com.android.support.test:rules:0.3 '
28
+ androidTestCompile ' com.android.support:support-annotations:23.0.1 '
29
+ androidTestCompile ' com.android.support.test:runner:0.4 '
30
+ androidTestCompile ' com.android.support.test:rules:0.4 '
31
31
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
3
3
4
4
android {
5
5
compileSdkVersion 23
6
- buildToolsVersion ' 23.0.0 '
6
+ buildToolsVersion ' 23.0.1 '
7
7
defaultConfig {
8
8
applicationId " com.example.android.testing.androidjunitrunnersample"
9
9
minSdkVersion 8
@@ -28,13 +28,13 @@ android {
28
28
29
29
dependencies {
30
30
// App's dependencies, including test
31
- compile ' com.android.support:support-annotations:23.0.0 '
31
+ compile ' com.android.support:support-annotations:23.0.1 '
32
32
compile ' com.google.guava:guava:18.0'
33
33
34
34
// Testing-only dependencies
35
35
// Force usage of support annotations in the test app, since it is internally used by the runner module.
36
- androidTestCompile ' com.android.support:support-annotations:23.0.0 '
37
- androidTestCompile ' com.android.support.test:runner:0.3 '
38
- androidTestCompile ' com.android.support.test:rules:0.3 '
39
- androidTestCompile ' com.android.support.test.espresso:espresso-core:2.2'
36
+ androidTestCompile ' com.android.support:support-annotations:23.0.1 '
37
+ androidTestCompile ' com.android.support.test:runner:0.4 '
38
+ androidTestCompile ' com.android.support.test:rules:0.4 '
39
+ androidTestCompile ' com.android.support.test.espresso:espresso-core:2.2.1 '
40
40
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:1.2.3 '
8
+ classpath ' com.android.tools.build:gradle:1.3.1 '
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 23
5
- buildToolsVersion ' 23.0.0 '
5
+ buildToolsVersion ' 23.0.1 '
6
6
defaultConfig {
7
7
applicationId " com.example.android.testing.espresso.BasicSample"
8
8
minSdkVersion 10
@@ -24,12 +24,12 @@ android {
24
24
25
25
dependencies {
26
26
// App dependencies
27
- compile ' com.android.support:support-annotations:23.0.0 '
27
+ compile ' com.android.support:support-annotations:23.0.1 '
28
28
compile ' com.google.guava:guava:18.0'
29
29
// Testing-only dependencies
30
30
// Force usage of support annotations in the test app, since it is internally used by the runner module.
31
- androidTestCompile ' com.android.support:support-annotations:23.0.0 '
32
- androidTestCompile ' com.android.support.test:runner:0.3 '
33
- androidTestCompile ' com.android.support.test:rules:0.3 '
34
- androidTestCompile ' com.android.support.test.espresso:espresso-core:2.2'
31
+ androidTestCompile ' com.android.support:support-annotations:23.0.1 '
32
+ androidTestCompile ' com.android.support.test:runner:0.4 '
33
+ androidTestCompile ' com.android.support.test:rules:0.4 '
34
+ androidTestCompile ' com.android.support.test.espresso:espresso-core:2.2.1 '
35
35
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 23
5
- buildToolsVersion ' 23.0.0 '
5
+ buildToolsVersion ' 23.0.1 '
6
6
defaultConfig {
7
7
applicationId " com.example.android.testing.espresso.CustomMatcherSample"
8
8
minSdkVersion 10
@@ -30,12 +30,12 @@ android {
30
30
31
31
dependencies {
32
32
// App dependencies
33
- compile ' com.android.support:support-annotations:23.0.0 '
33
+ compile ' com.android.support:support-annotations:23.0.1 '
34
34
compile ' com.google.guava:guava:18.0'
35
35
// Testing-only dependencies
36
36
// Force usage of support annotations in the test app, since it is internally used by the runner module.
37
- androidTestCompile ' com.android.support:support-annotations:23.0.0 '
38
- androidTestCompile ' com.android.support.test:runner:0.3 '
39
- androidTestCompile ' com.android.support.test:rules:0.3 '
40
- androidTestCompile ' com.android.support.test.espresso:espresso-core:2.2'
37
+ androidTestCompile ' com.android.support:support-annotations:23.0.1 '
38
+ androidTestCompile ' com.android.support.test:runner:0.4 '
39
+ androidTestCompile ' com.android.support.test:rules:0.4 '
40
+ androidTestCompile ' com.android.support.test.espresso:espresso-core:2.2.1 '
41
41
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 23
5
- buildToolsVersion ' 23.0.0 '
5
+ buildToolsVersion ' 23.0.1 '
6
6
defaultConfig {
7
7
applicationId " com.example.android.testing.espresso.DataAdapterSample"
8
8
minSdkVersion 10
@@ -21,12 +21,12 @@ android {
21
21
22
22
dependencies {
23
23
// App dependencies
24
- compile ' com.android.support:support-annotations:23.0.0 '
24
+ compile ' com.android.support:support-annotations:23.0.1 '
25
25
compile ' com.google.guava:guava:18.0'
26
26
// Testing-only dependencies
27
27
// Force usage of support annotations in the test app, since it is internally used by the runner module.
28
- androidTestCompile ' com.android.support:support-annotations:23.0.0 '
29
- androidTestCompile ' com.android.support.test:runner:0.3 '
30
- androidTestCompile ' com.android.support.test:rules:0.3 '
31
- androidTestCompile ' com.android.support.test.espresso:espresso-core:2.2'
28
+ androidTestCompile ' com.android.support:support-annotations:23.0.1 '
29
+ androidTestCompile ' com.android.support.test:runner:0.4 '
30
+ androidTestCompile ' com.android.support.test:rules:0.4 '
31
+ androidTestCompile ' com.android.support.test.espresso:espresso-core:2.2.1 '
32
32
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 23
5
- buildToolsVersion ' 23.0.0 '
5
+ buildToolsVersion ' 23.0.1 '
6
6
defaultConfig {
7
7
applicationId " com.example.android.testing.espresso.intents.AdvancedSample"
8
8
minSdkVersion 10
@@ -24,12 +24,12 @@ android {
24
24
25
25
dependencies {
26
26
// App dependencies
27
- compile ' com.android.support:support-annotations:23.0.0 '
27
+ compile ' com.android.support:support-annotations:23.0.1 '
28
28
// Testing-only dependencies
29
29
// Force usage of support annotations in the test app, since it is internally used by the runner module.
30
- androidTestCompile ' com.android.support:support-annotations:23.0.0 '
31
- androidTestCompile ' com.android.support.test:runner:0.3 '
32
- androidTestCompile ' com.android.support.test:rules:0.3 '
33
- androidTestCompile ' com.android.support.test.espresso:espresso-core:2.2'
34
- androidTestCompile ' com.android.support.test.espresso:espresso-intents:2.2'
30
+ androidTestCompile ' com.android.support:support-annotations:23.0.1 '
31
+ androidTestCompile ' com.android.support.test:runner:0.4 '
32
+ androidTestCompile ' com.android.support.test:rules:0.4 '
33
+ androidTestCompile ' com.android.support.test.espresso:espresso-core:2.2.1 '
34
+ androidTestCompile ' com.android.support.test.espresso:espresso-intents:2.2.1 '
35
35
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 23
5
- buildToolsVersion ' 23.0.0 '
5
+ buildToolsVersion ' 23.0.1 '
6
6
defaultConfig {
7
7
applicationId " com.example.android.testing.espresso.BasicSample"
8
8
minSdkVersion 10
@@ -24,12 +24,12 @@ android {
24
24
25
25
dependencies {
26
26
// App dependencies
27
- compile ' com.android.support:support-annotations:23.0.0 '
27
+ compile ' com.android.support:support-annotations:23.0.1 '
28
28
// Testing-only dependencies
29
29
// Force usage of support annotations in the test app, since it is internally used by the runner module.
30
- androidTestCompile ' com.android.support:support-annotations:23.0.0 '
31
- androidTestCompile ' com.android.support.test:runner:0.3 '
32
- androidTestCompile ' com.android.support.test:rules:0.3 '
33
- androidTestCompile ' com.android.support.test.espresso:espresso-core:2.2'
34
- androidTestCompile ' com.android.support.test.espresso:espresso-intents:2.2'
30
+ androidTestCompile ' com.android.support:support-annotations:23.0.1 '
31
+ androidTestCompile ' com.android.support.test:runner:0.4 '
32
+ androidTestCompile ' com.android.support.test:rules:0.4 '
33
+ androidTestCompile ' com.android.support.test.espresso:espresso-core:2.2.1 '
34
+ androidTestCompile ' com.android.support.test.espresso:espresso-intents:2.2.1 '
35
35
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
3
3
4
4
android {
5
5
compileSdkVersion 23
6
- buildToolsVersion ' 23.0.0 '
6
+ buildToolsVersion ' 23.0.1 '
7
7
defaultConfig {
8
8
applicationId " com.example.android.testing.espresso.MultiWindowSample"
9
9
minSdkVersion 10
@@ -31,12 +31,12 @@ android {
31
31
32
32
dependencies {
33
33
// App dependencies
34
- compile ' com.android.support:support-annotations:23.0.0 '
34
+ compile ' com.android.support:support-annotations:23.0.1 '
35
35
compile ' com.google.guava:guava:18.0'
36
36
// Testing-only dependencies
37
37
// Force usage of support annotations in the test app, since it is internally used by the runner module.
38
- androidTestCompile ' com.android.support:support-annotations:23.0.0 '
39
- androidTestCompile ' com.android.support.test:runner:0.3 '
40
- androidTestCompile ' com.android.support.test:rules:0.3 '
41
- androidTestCompile ' com.android.support.test.espresso:espresso-core:2.2'
38
+ androidTestCompile ' com.android.support:support-annotations:23.0.1 '
39
+ androidTestCompile ' com.android.support.test:runner:0.4 '
40
+ androidTestCompile ' com.android.support.test:rules:0.4 '
41
+ androidTestCompile ' com.android.support.test.espresso:espresso-core:2.2.1 '
42
42
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 23
5
- buildToolsVersion ' 23.0.0 '
5
+ buildToolsVersion ' 23.0.1 '
6
6
defaultConfig {
7
7
applicationId " com.example.android.testing.espresso.web.BasicSample"
8
8
minSdkVersion 10
@@ -24,12 +24,12 @@ android {
24
24
25
25
dependencies {
26
26
// App dependencies
27
- compile ' com.android.support:support-annotations:23.0.0 '
27
+ compile ' com.android.support:support-annotations:23.0.1 '
28
28
compile ' com.google.guava:guava:18.0'
29
29
// Testing-only dependencies
30
30
// Force usage of support annotations in the test app, since it is internally used by the runner module.
31
- androidTestCompile ' com.android.support:support-annotations:23.0.0 '
32
- androidTestCompile ' com.android.support.test:runner:0.3 '
33
- androidTestCompile ' com.android.support.test:rules:0.3 '
34
- androidTestCompile ' com.android.support.test.espresso:espresso-web:2.2'
31
+ androidTestCompile ' com.android.support:support-annotations:23.0.1 '
32
+ androidTestCompile ' com.android.support.test:runner:0.4 '
33
+ androidTestCompile ' com.android.support.test:rules:0.4 '
34
+ androidTestCompile ' com.android.support.test.espresso:espresso-web:2.2.1 '
35
35
}
You can’t perform that action at this time.
0 commit comments