Skip to content

Commit a5c7c26

Browse files
Merge pull request #427 from android/update_2022_02_11
Update 2022_02_11
2 parents 4858929 + cc196e5 commit a5c7c26

File tree

19 files changed

+138
-135
lines changed

19 files changed

+138
-135
lines changed

integration/ServiceTestRuleSample/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ allprojects {
2525

2626
ext {
2727
buildToolsVersion = "31.0.0"
28-
coreVersion = "1.4.1-alpha03"
29-
extJUnitVersion = "1.1.4-alpha03"
30-
runnerVersion = "1.4.1-alpha03"
31-
rulesVersion = "1.4.1-alpha03"
28+
coreVersion = "1.4.1-alpha04"
29+
extJUnitVersion = "1.1.4-alpha04"
30+
runnerVersion = "1.5.0-alpha01"
31+
rulesVersion = "1.4.1-alpha04"
3232
}

runner/AndroidJunitRunnerSample/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ ext {
2727
buildToolsVersion = "31.0.0"
2828
androidxAnnotationVersion = "1.2.0"
2929
guavaVersion = "30.1.1-android"
30-
coreVersion = "1.4.1-alpha03"
31-
extJUnitVersion = "1.1.4-alpha03"
32-
runnerVersion = "1.4.1-alpha03"
33-
rulesVersion = "1.4.1-alpha03"
34-
espressoVersion = "3.5.0-alpha03"
30+
coreVersion = "1.4.1-alpha04"
31+
extJUnitVersion = "1.1.4-alpha04"
32+
runnerVersion = "1.5.0-alpha01"
33+
rulesVersion = "1.4.1-alpha04"
34+
espressoVersion = "3.5.0-alpha04"
3535
}

runner/AndroidTestOrchestratorSample/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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.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"
30+
coreVersion = "1.4.1-alpha04"
31+
extJUnitVersion = "1.1.4-alpha04"
32+
runnerVersion = "1.5.0-alpha01"
33+
monitorVersion = "1.6.0-alpha01"
34+
rulesVersion = "1.4.1-alpha04"
35+
espressoVersion = "3.5.0-alpha04"
36+
orchestratorVersion = "1.4.2-alpha01"
3737
}

ui/espresso/AccessibilitySample/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlinVersion = "1.4.31"
4+
ext.kotlinVersion = "1.6.10"
55
ext.agpVersion = "7.0.2"
66
repositories {
77
// Insert local test repo here
@@ -29,10 +29,10 @@ ext {
2929
buildToolsVersion = "31.0.0"
3030
androidxAnnotationVersion = "1.2.0"
3131
robolectricVersion = "4.6.1"
32-
extTruthVersion = '1.3.1-alpha02'
33-
coreVersion = "1.4.1-alpha03"
34-
extJUnitVersion = "1.1.4-alpha03"
35-
runnerVersion = "1.4.1-alpha03"
36-
espressoVersion = "3.5.0-alpha03"
32+
extTruthVersion = "1.5.0-alpha04"
33+
coreVersion = "1.4.1-alpha04"
34+
extJUnitVersion = "1.1.4-alpha04"
35+
runnerVersion = "1.5.0-alpha01"
36+
espressoVersion = "3.5.0-alpha04"
3737
guavaVersion = "30.1.1-android"
3838
}

ui/espresso/BasicSample/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlinVersion = "1.4.31"
4+
ext.kotlinVersion = "1.6.10"
55
ext.agpVersion = "7.0.2"
66
repositories {
77
// Insert local test repo here
@@ -30,9 +30,9 @@ ext {
3030
androidxAnnotationVersion = "1.2.0"
3131
robolectricVersion = "4.6.1"
3232
guavaVersion = "30.1.1-android"
33-
extTruthVersion = '1.3.0-rc01'
34-
coreVersion = "1.4.1-alpha03"
35-
extJUnitVersion = "1.1.4-alpha03"
36-
runnerVersion = "1.4.1-alpha03"
37-
espressoVersion = "3.5.0-alpha03"
33+
extTruthVersion = "1.5.0-alpha04"
34+
coreVersion = "1.4.1-alpha04"
35+
extJUnitVersion = "1.1.4-alpha04"
36+
runnerVersion = "1.5.0-alpha01"
37+
espressoVersion = "3.5.0-alpha04"
3838
}

ui/espresso/CustomMatcherSample/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ ext {
2727
buildToolsVersion = "31.0.0"
2828
androidxAnnotationVersion = "1.2.0"
2929
guavaVersion = "30.1.1-android"
30-
coreVersion = "1.4.1-alpha03"
31-
extJUnitVersion = "1.1.4-alpha03"
32-
runnerVersion = "1.4.1-alpha03"
33-
rulesVersion = "1.4.1-alpha03"
34-
espressoVersion = "3.5.0-alpha03"
30+
coreVersion = "1.4.1-alpha04"
31+
extJUnitVersion = "1.1.4-alpha04"
32+
runnerVersion = "1.5.0-alpha01"
33+
rulesVersion = "1.4.1-alpha04"
34+
espressoVersion = "3.5.0-alpha04"
3535
robolectricVersion = "4.6.1"
3636
}

ui/espresso/DataAdapterSample/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ ext {
2727
buildToolsVersion = "31.0.0"
2828
androidxAnnotationVersion = "1.2.0"
2929
guavaVersion = "30.1.1-android"
30-
coreVersion = "1.4.1-alpha03"
31-
extJUnitVersion = "1.1.4-alpha03"
32-
runnerVersion = "1.4.1-alpha03"
33-
espressoVersion = "3.5.0-alpha03"
30+
coreVersion = "1.4.1-alpha04"
31+
extJUnitVersion = "1.1.4-alpha04"
32+
runnerVersion = "1.5.0-alpha01"
33+
espressoVersion = "3.5.0-alpha04"
3434
robolectricVersion = "4.6.1"
3535
}

ui/espresso/FragmentScenarioSample/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlinVersion = "1.4.31"
4+
ext.kotlinVersion = "1.6.10"
55
ext.agpVersion = "7.0.2"
66
repositories {
77
google()
@@ -31,11 +31,11 @@ ext {
3131
androidxCoreVersion = "1.6.0"
3232
androidxCompatVersion = "1.3.1"
3333
androidxFragmentVersion = "1.3.6"
34-
coreVersion = "1.4.1-alpha03"
35-
extJUnitVersion = "1.1.4-alpha03"
36-
runnerVersion = "1.4.1-alpha03"
37-
rulesVersion = "1.4.1-alpha03"
38-
espressoVersion = "3.5.0-alpha03"
34+
coreVersion = "1.4.1-alpha04"
35+
extJUnitVersion = "1.1.4-alpha04"
36+
runnerVersion = "1.5.0-alpha01"
37+
rulesVersion = "1.4.1-alpha04"
38+
espressoVersion = "3.5.0-alpha04"
3939
robolectricVersion = "4.6.1"
4040
truthVersion = "1.1.3"
4141
}

ui/espresso/IdlingResourceSample/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ ext {
4343
buildToolsVersion = "31.0.0"
4444
androidxAnnotationVersion = "1.2.0"
4545
guavaVersion = "30.1.1-android"
46-
coreVersion = "1.4.1-alpha03"
47-
extJUnitVersion = "1.1.4-alpha03"
48-
runnerVersion = "1.4.1-alpha03"
49-
espressoVersion = "3.5.0-alpha03"
46+
coreVersion = "1.4.1-alpha04"
47+
extJUnitVersion = "1.1.4-alpha04"
48+
runnerVersion = "1.5.0-alpha01"
49+
espressoVersion = "3.5.0-alpha04"
5050
}

ui/espresso/IntentsAdvancedSample/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ allprojects {
2626
ext {
2727
buildToolsVersion = "31.0.0"
2828
androidxAnnotationVersion = "1.2.0"
29-
coreVersion = "1.4.1-alpha03"
30-
extJUnitVersion = "1.1.4-alpha03"
31-
runnerVersion = "1.4.1-alpha03"
32-
rulesVersion = "1.4.1-alpha03"
33-
espressoVersion = "3.5.0-alpha03"
29+
coreVersion = "1.4.1-alpha04"
30+
extJUnitVersion = "1.1.4-alpha04"
31+
runnerVersion = "1.5.0-alpha01"
32+
rulesVersion = "1.4.1-alpha04"
33+
espressoVersion = "3.5.0-alpha04"
3434
}

0 commit comments

Comments
 (0)