File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed
runner/AndroidTestOrchestratorSample
ui/espresso/ScreenshotSample Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ ext {
2727 buildToolsVersion = " 31.0.0"
2828 androidxAnnotationVersion = " 1.2.0"
2929 guavaVersion = " 30.1.1-android"
30- coreVersion = " 1.4.0 "
31- extJUnitVersion = " 1.1.3 "
32- runnerVersion = " 1.4.0 "
33- monitorVersion = " 1.5.0-rc01 "
34- rulesVersion = " 1.4.0 "
35- espressoVersion = " 3.4.0 "
36- orchestratorVersion = " 1.4.1-rc01 "
30+ coreVersion = " 1.4.1-alpha03 "
31+ extJUnitVersion = " 1.1.4-alpha03 "
32+ runnerVersion = " 1.4.1-alpha03 "
33+ monitorVersion = " 1.5.0"
34+ rulesVersion = " 1.4.1-alpha03 "
35+ espressoVersion = " 3.5.0-alpha03 "
36+ orchestratorVersion = " 1.4.1"
3737}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
1010 ext. runnerVersion = " 1.4.1-alpha03"
1111 ext. rulesVersion = " 1.4.1-alpha03"
1212 ext. espressoVersion = " 3.5.0-alpha03"
13- ext. servicesVersion = " 1.4.1-alpha03 "
13+ ext. servicesVersion = " 1.4.1"
1414 ext. truthVersion = " 1.1.3"
1515
1616 repositories {
Original file line number Diff line number Diff line change @@ -21,9 +21,10 @@ androidxRecyclerVersion="1.2.1"
2121guavaVersion=" 30.1.1-android"
2222truthVersion=" 1.1.3"
2323runnerVersion=" 1.4.1-alpha03"
24+ monitorVersion=" 1.5.0"
2425rulesVersion=" 1.4.1-alpha03"
25- servicesVersion=" 1.4.1-alpha03 "
26- orchestratorVersion=" 1.4.1-alpha03 "
26+ servicesVersion=" 1.4.1"
27+ orchestratorVersion=" 1.4.1"
2728coreVersion=" 1.4.1-alpha03"
2829extJUnitVersion=" 1.1.4-alpha03"
2930extTruthVersion=" 1.5.0-alpha03"
@@ -45,6 +46,7 @@ for p in $(cat projects.conf); do
4546 sed -i " s/coreVersion = \" .*\" /coreVersion = \" $coreVersion \" /" build.gradle
4647 sed -i " s/extJUnitVersion = \" .*\" /extJUnitVersion = \" $extJUnitVersion \" /" build.gradle
4748 sed -i " s/extTruthVersion = \" .*\" /extTruthVersion = \" $extTruthVersion \" /" build.gradle
49+ sed -i " s/monitorVersion = \" .*\" /monitorVersion = \" $monitorVersion \" /" build.gradle
4850 sed -i " s/runnerVersion = \" .*\" /runnerVersion = \" $runnerVersion \" /" build.gradle
4951 sed -i " s/rulesVersion = \" .*\" /rulesVersion = \" $rulesVersion \" /" build.gradle
5052 sed -i " s/servicesVersion = \" .*\" /servicesVersion = \" $servicesVersion \" /" build.gradle
You can’t perform that action at this time.
0 commit comments