Skip to content

Commit a391553

Browse files
authored
Merge pull request #399 from android/141alpha01
Upgrade to androidx.test alpha libraries released on 08.23.21
2 parents 879b764 + 8135409 commit a391553

File tree

19 files changed

+90
-90
lines changed

19 files changed

+90
-90
lines changed

integration/ServiceTestRuleSample/build.gradle

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

2525
ext {
2626
buildToolsVersion = "30.0.2"
27-
coreVersion = "1.4.0"
28-
extJUnitVersion = "1.1.3"
29-
runnerVersion = "1.4.0"
30-
rulesVersion = "1.4.0"
27+
coreVersion = "1.4.1-alpha01"
28+
extJUnitVersion = "1.1.4-alpha01"
29+
runnerVersion = "1.4.1-alpha01"
30+
rulesVersion = "1.4.1-alpha01"
3131
}

runner/AndroidJunitRunnerSample/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ ext {
2626
buildToolsVersion = "30.0.2"
2727
androidxAnnotationVersion = "1.1.0"
2828
guavaVersion = "29.0-android"
29-
coreVersion = "1.4.0"
30-
extJUnitVersion = "1.1.3"
31-
runnerVersion = "1.4.0"
32-
rulesVersion = "1.4.0"
33-
espressoVersion = "3.4.0"
29+
coreVersion = "1.4.1-alpha01"
30+
extJUnitVersion = "1.1.4-alpha01"
31+
runnerVersion = "1.4.1-alpha01"
32+
rulesVersion = "1.4.1-alpha01"
33+
espressoVersion = "3.5.0-alpha01"
3434
}

runner/AndroidTestOrchestratorSample/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ ext {
2626
buildToolsVersion = "30.0.2"
2727
androidxAnnotationVersion = "1.1.0"
2828
guavaVersion = "29.0-android"
29-
coreVersion = "1.4.0"
30-
extJUnitVersion = "1.1.3"
31-
runnerVersion = "1.4.0"
32-
rulesVersion = "1.4.0"
33-
espressoVersion = "3.4.0"
29+
coreVersion = "1.4.1-alpha01"
30+
extJUnitVersion = "1.1.4-alpha01"
31+
runnerVersion = "1.4.1-alpha01"
32+
rulesVersion = "1.4.1-alpha01"
33+
espressoVersion = "3.5.0-alpha01"
3434
}

ui/espresso/AccessibilitySample/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ ext {
3030
androidxAnnotationVersion = "1.1.0"
3131
robolectricVersion = "4.5.1"
3232
extTruthVersion = '1.3.1-alpha02'
33-
coreVersion = "1.4.0"
34-
extJUnitVersion = "1.1.3"
35-
runnerVersion = "1.4.0"
36-
espressoVersion = "3.4.0"
33+
coreVersion = "1.4.1-alpha01"
34+
extJUnitVersion = "1.1.4-alpha01"
35+
runnerVersion = "1.4.1-alpha01"
36+
espressoVersion = "3.5.0-alpha01"
3737
guavaVersion = "29.0-android"
3838
}

ui/espresso/BasicSample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
implementation 'com.google.guava:guava:' + rootProject.guavaVersion
4141

4242
// Testing-only dependencies
43-
androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
43+
androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
4444
androidTestImplementation 'androidx.test:core:' + rootProject.coreVersion
4545
androidTestImplementation 'androidx.test:core-ktx:' + rootProject.coreVersion
4646
androidTestImplementation 'androidx.test.ext:junit:' + rootProject.extJUnitVersion

ui/espresso/BasicSample/build.gradle

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

33
buildscript {
4-
ext.kotlin_version = '1.3.72'
4+
ext.kotlin_version = '1.4.31'
55
repositories {
66
// Insert local test repo here
77
jcenter()
88
google()
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:4.0.1'
11+
classpath 'com.android.tools.build:gradle:4.1.1'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313

1414
// NOTE: Do not place your application dependencies here; they belong
@@ -30,8 +30,8 @@ ext {
3030
robolectricVersion = "4.5.1"
3131
guavaVersion = "29.0-android"
3232
extTruthVersion = '1.3.0-rc01'
33-
coreVersion = "1.4.0"
34-
extJUnitVersion = "1.1.3"
35-
runnerVersion = "1.4.0"
36-
espressoVersion = "3.4.0"
33+
coreVersion = "1.4.1-alpha01"
34+
extJUnitVersion = "1.1.4-alpha01"
35+
runnerVersion = "1.4.1-alpha01"
36+
espressoVersion = "3.5.0-alpha01"
3737
}

ui/espresso/CustomMatcherSample/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ ext {
2626
buildToolsVersion = "30.0.2"
2727
androidxAnnotationVersion = "1.1.0"
2828
guavaVersion = "29.0-android"
29-
coreVersion = "1.4.0"
30-
extJUnitVersion = "1.1.3"
31-
runnerVersion = "1.4.0"
32-
rulesVersion = "1.4.0"
33-
espressoVersion = "3.4.0"
29+
coreVersion = "1.4.1-alpha01"
30+
extJUnitVersion = "1.1.4-alpha01"
31+
runnerVersion = "1.4.1-alpha01"
32+
rulesVersion = "1.4.1-alpha01"
33+
espressoVersion = "3.5.0-alpha01"
3434
robolectricVersion = "4.5.1"
3535
}

ui/espresso/DataAdapterSample/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ ext {
2626
buildToolsVersion = "30.0.2"
2727
androidxAnnotationVersion = "1.1.0"
2828
guavaVersion = "29.0-android"
29-
coreVersion = "1.4.0"
30-
extJUnitVersion = "1.1.3"
31-
runnerVersion = "1.4.0"
32-
espressoVersion = "3.4.0"
29+
coreVersion = "1.4.1-alpha01"
30+
extJUnitVersion = "1.1.4-alpha01"
31+
runnerVersion = "1.4.1-alpha01"
32+
espressoVersion = "3.5.0-alpha01"
3333
robolectricVersion = "4.5.1"
3434
}

ui/espresso/FragmentScenarioSample/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ ext {
3030
androidxCoreVersion = "1.2.0"
3131
androidxCompatVersion = "1.1.0-rc01"
3232
androidxFragmentVersion = "1.1.0-rc01"
33-
coreVersion = "1.4.0"
34-
extJUnitVersion = "1.1.3"
35-
runnerVersion = "1.4.0"
36-
rulesVersion = "1.4.0"
37-
espressoVersion = "3.4.0"
33+
coreVersion = "1.4.1-alpha01"
34+
extJUnitVersion = "1.1.4-alpha01"
35+
runnerVersion = "1.4.1-alpha01"
36+
rulesVersion = "1.4.1-alpha01"
37+
espressoVersion = "3.5.0-alpha01"
3838
robolectricVersion = "4.5.1"
3939
truthVersion = "1.0.1"
4040
}

ui/espresso/IdlingResourceSample/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ ext {
4242
buildToolsVersion = "30.0.2"
4343
androidxAnnotationVersion = "1.1.0"
4444
guavaVersion = "29.0-android"
45-
coreVersion = "1.4.0"
46-
extJUnitVersion = "1.1.3"
47-
runnerVersion = "1.4.0"
48-
espressoVersion = "3.4.0"
45+
coreVersion = "1.4.1-alpha01"
46+
extJUnitVersion = "1.1.4-alpha01"
47+
runnerVersion = "1.4.1-alpha01"
48+
espressoVersion = "3.5.0-alpha01"
4949
}

0 commit comments

Comments
 (0)