Skip to content

Commit 402ba56

Browse files
committed
Bumped version for runner/rules 0.4.1 hotfix release.
Change-Id: Ibef21e8ab69b76bcf832b853d26b04701dedbff4
1 parent dc5289c commit 402ba56

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

integration/ServiceTestRuleSample/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ dependencies {
2626
// Testing-only dependencies
2727
// Force usage of support annotations in the test app, since it is internally used by the runner module.
2828
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'
29+
androidTestCompile 'com.android.support.test:runner:0.4.1'
30+
androidTestCompile 'com.android.support.test:rules:0.4.1'
3131
}

runner/AndroidJunitRunnerSample/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
// Testing-only dependencies
3535
// Force usage of support annotations in the test app, since it is internally used by the runner module.
3636
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'
37+
androidTestCompile 'com.android.support.test:runner:0.4.1'
38+
androidTestCompile 'com.android.support.test:rules:0.4.1'
3939
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.1'
4040
}

ui/espresso/BasicSample/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
// Testing-only dependencies
3030
// Force usage of support annotations in the test app, since it is internally used by the runner module.
3131
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'
32+
androidTestCompile 'com.android.support.test:runner:0.4.1'
33+
androidTestCompile 'com.android.support.test:rules:0.4.1'
3434
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.1'
3535
}

ui/espresso/CustomMatcherSample/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
// Testing-only dependencies
3636
// Force usage of support annotations in the test app, since it is internally used by the runner module.
3737
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'
38+
androidTestCompile 'com.android.support.test:runner:0.4.1'
39+
androidTestCompile 'com.android.support.test:rules:0.4.1'
4040
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.1'
4141
}

ui/espresso/DataAdapterSample/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
// Testing-only dependencies
2727
// Force usage of support annotations in the test app, since it is internally used by the runner module.
2828
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'
29+
androidTestCompile 'com.android.support.test:runner:0.4.1'
30+
androidTestCompile 'com.android.support.test:rules:0.4.1'
3131
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.1'
3232
}

ui/espresso/IntentsAdvancedSample/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies {
2828
// Testing-only dependencies
2929
// Force usage of support annotations in the test app, since it is internally used by the runner module.
3030
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'
31+
androidTestCompile 'com.android.support.test:runner:0.4.1'
32+
androidTestCompile 'com.android.support.test:rules:0.4.1'
3333
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.1'
3434
androidTestCompile 'com.android.support.test.espresso:espresso-intents:2.2.1'
3535
}

ui/espresso/IntentsBasicSample/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies {
2828
// Testing-only dependencies
2929
// Force usage of support annotations in the test app, since it is internally used by the runner module.
3030
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'
31+
androidTestCompile 'com.android.support.test:runner:0.4.1'
32+
androidTestCompile 'com.android.support.test:rules:0.4.1'
3333
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.1'
3434
androidTestCompile 'com.android.support.test.espresso:espresso-intents:2.2.1'
3535
}

ui/espresso/MultiWindowSample/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
// Testing-only dependencies
3737
// Force usage of support annotations in the test app, since it is internally used by the runner module.
3838
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'
39+
androidTestCompile 'com.android.support.test:runner:0.4.1'
40+
androidTestCompile 'com.android.support.test:rules:0.4.1'
4141
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.1'
4242
}

ui/espresso/WebBasicSample/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
// Testing-only dependencies
3030
// Force usage of support annotations in the test app, since it is internally used by the runner module.
3131
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'
32+
androidTestCompile 'com.android.support.test:runner:0.4.1'
33+
androidTestCompile 'com.android.support.test:rules:0.4.1'
3434
androidTestCompile 'com.android.support.test.espresso:espresso-web:2.2.1'
3535
}

ui/uiautomator/BasicSample/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
// Testing-only dependencies
3131
// Force usage of support annotations in the test app, since it is internally used by the runner module.
3232
androidTestCompile 'com.android.support:support-annotations:23.0.1'
33-
androidTestCompile 'com.android.support.test:runner:0.4'
33+
androidTestCompile 'com.android.support.test:runner:0.4.1'
3434
// UiAutomator Testing
3535
androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.1'
3636
androidTestCompile 'org.hamcrest:hamcrest-integration:1.3'

0 commit comments

Comments
 (0)