Skip to content

Commit 22d47ab

Browse files
authored
Merge pull request #440 from android/axt_06_01_22
Update to androidx.test artifacts released on 06.01.2022
2 parents b3e64ad + 1c17d9a commit 22d47ab

File tree

19 files changed

+110
-110
lines changed

19 files changed

+110
-110
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-alpha06"
29-
extJUnitVersion = "1.1.4-alpha06"
30-
runnerVersion = "1.5.0-alpha03"
31-
rulesVersion = "1.4.1-alpha06"
28+
coreVersion = "1.4.1-alpha07"
29+
extJUnitVersion = "1.1.4-alpha07"
30+
runnerVersion = "1.5.0-alpha04"
31+
rulesVersion = "1.4.1-alpha07"
3232
}

runner/AndroidJunitRunnerSample/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-alpha06"
31-
extJUnitVersion = "1.1.4-alpha06"
32-
runnerVersion = "1.5.0-alpha03"
33-
rulesVersion = "1.4.1-alpha06"
34-
espressoVersion = "3.5.0-alpha06"
30+
coreVersion = "1.4.1-alpha07"
31+
extJUnitVersion = "1.1.4-alpha07"
32+
runnerVersion = "1.5.0-alpha04"
33+
rulesVersion = "1.4.1-alpha07"
34+
espressoVersion = "3.5.0-alpha07"
3535
truthVersion = "1.1.3"
3636
}

runner/AndroidTestOrchestratorSample/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ ext {
2727
buildToolsVersion = "31.0.0"
2828
androidxAnnotationVersion = "1.2.0"
2929
guavaVersion = "30.1.1-android"
30-
coreVersion = "1.4.1-alpha06"
31-
extJUnitVersion = "1.1.4-alpha06"
32-
runnerVersion = "1.5.0-alpha03"
33-
monitorVersion = "1.6.0-alpha03"
34-
rulesVersion = "1.4.1-alpha06"
35-
espressoVersion = "3.5.0-alpha06"
36-
orchestratorVersion = "1.4.2-alpha03"
30+
coreVersion = "1.4.1-alpha07"
31+
extJUnitVersion = "1.1.4-alpha07"
32+
runnerVersion = "1.5.0-alpha04"
33+
monitorVersion = "1.6.0-alpha04"
34+
rulesVersion = "1.4.1-alpha07"
35+
espressoVersion = "3.5.0-alpha07"
36+
orchestratorVersion = "1.4.2-alpha04"
3737
truthVersion = "1.1.3"
3838
}

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.6.10"
4+
ext.kotlinVersion = "1.6.21"
55
ext.agpVersion = "7.3.0-alpha07"
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.8.1"
32-
extTruthVersion = "1.5.0-alpha06"
33-
coreVersion = "1.4.1-alpha06"
34-
extJUnitVersion = "1.1.4-alpha06"
35-
runnerVersion = "1.5.0-alpha03"
36-
espressoVersion = "3.5.0-alpha06"
32+
extTruthVersion = "1.5.0-alpha07"
33+
coreVersion = "1.4.1-alpha07"
34+
extJUnitVersion = "1.1.4-alpha07"
35+
runnerVersion = "1.5.0-alpha04"
36+
espressoVersion = "3.5.0-alpha07"
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.6.10"
4+
ext.kotlinVersion = "1.6.21"
55
ext.agpVersion = "7.3.0-alpha07"
66
repositories {
77
// Insert local test repo here
@@ -30,9 +30,9 @@ ext {
3030
androidxAnnotationVersion = "1.2.0"
3131
robolectricVersion = "4.8.1"
3232
guavaVersion = "30.1.1-android"
33-
extTruthVersion = "1.5.0-alpha06"
34-
coreVersion = "1.4.1-alpha06"
35-
extJUnitVersion = "1.1.4-alpha06"
36-
runnerVersion = "1.5.0-alpha03"
37-
espressoVersion = "3.5.0-alpha06"
33+
extTruthVersion = "1.5.0-alpha07"
34+
coreVersion = "1.4.1-alpha07"
35+
extJUnitVersion = "1.1.4-alpha07"
36+
runnerVersion = "1.5.0-alpha04"
37+
espressoVersion = "3.5.0-alpha07"
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-alpha06"
31-
extJUnitVersion = "1.1.4-alpha06"
32-
runnerVersion = "1.5.0-alpha03"
33-
rulesVersion = "1.4.1-alpha06"
34-
espressoVersion = "3.5.0-alpha06"
30+
coreVersion = "1.4.1-alpha07"
31+
extJUnitVersion = "1.1.4-alpha07"
32+
runnerVersion = "1.5.0-alpha04"
33+
rulesVersion = "1.4.1-alpha07"
34+
espressoVersion = "3.5.0-alpha07"
3535
robolectricVersion = "4.8.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-alpha06"
31-
extJUnitVersion = "1.1.4-alpha06"
32-
runnerVersion = "1.5.0-alpha03"
33-
espressoVersion = "3.5.0-alpha06"
30+
coreVersion = "1.4.1-alpha07"
31+
extJUnitVersion = "1.1.4-alpha07"
32+
runnerVersion = "1.5.0-alpha04"
33+
espressoVersion = "3.5.0-alpha07"
3434
robolectricVersion = "4.8.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.6.10"
4+
ext.kotlinVersion = "1.6.21"
55
ext.agpVersion = "7.3.0-alpha07"
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-alpha06"
35-
extJUnitVersion = "1.1.4-alpha06"
36-
runnerVersion = "1.5.0-alpha03"
37-
rulesVersion = "1.4.1-alpha06"
38-
espressoVersion = "3.5.0-alpha06"
34+
coreVersion = "1.4.1-alpha07"
35+
extJUnitVersion = "1.1.4-alpha07"
36+
runnerVersion = "1.5.0-alpha04"
37+
rulesVersion = "1.4.1-alpha07"
38+
espressoVersion = "3.5.0-alpha07"
3939
robolectricVersion = "4.8.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-alpha06"
47-
extJUnitVersion = "1.1.4-alpha06"
48-
runnerVersion = "1.5.0-alpha03"
49-
espressoVersion = "3.5.0-alpha06"
46+
coreVersion = "1.4.1-alpha07"
47+
extJUnitVersion = "1.1.4-alpha07"
48+
runnerVersion = "1.5.0-alpha04"
49+
espressoVersion = "3.5.0-alpha07"
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-alpha06"
30-
extJUnitVersion = "1.1.4-alpha06"
31-
runnerVersion = "1.5.0-alpha03"
32-
rulesVersion = "1.4.1-alpha06"
33-
espressoVersion = "3.5.0-alpha06"
29+
coreVersion = "1.4.1-alpha07"
30+
extJUnitVersion = "1.1.4-alpha07"
31+
runnerVersion = "1.5.0-alpha04"
32+
rulesVersion = "1.4.1-alpha07"
33+
espressoVersion = "3.5.0-alpha07"
3434
}

0 commit comments

Comments
 (0)