Skip to content

Commit 02d05f3

Browse files
authored
Merge pull request #357 from android/accessibilityupdate
Refresh AccessibilitySample and add it to tested projects list.
2 parents f09f11e + 18969dd commit 02d05f3

File tree

4 files changed

+15
-24
lines changed

4 files changed

+15
-24
lines changed

projects.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
integration/ServiceTestRuleSample
22
runner/AndroidJunitRunnerSample
33
runner/AndroidTestOrchestratorSample
4+
ui/espresso/AccessibilitySample
45
ui/espresso/BasicSample
56
ui/espresso/CustomMatcherSample
67
ui/espresso/DataAdapterSample

ui/espresso/AccessibilitySample/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 29
4+
compileSdkVersion 30
55
buildToolsVersion rootProject.buildToolsVersion
66
defaultConfig {
77
applicationId "com.example.android.testing.espresso.AccessibilitySample"
88
minSdkVersion 14
9-
targetSdkVersion 29
9+
targetSdkVersion 30
1010
versionCode 1
1111
versionName "1.0"
1212

ui/espresso/AccessibilitySample/build.gradle

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ buildscript {
55
repositories {
66
// Insert local test repo here
77
jcenter()
8-
maven {
9-
url "file:///usr/local/google/home/brettchabot/test_repo/1.3.0-alpha03/m2repository"
10-
}
11-
maven {
12-
url "file:///usr/local/google/home/brettchabot/test_repo/1.3.0-alpha03/m2repository"
13-
}
148
google()
159
}
1610
dependencies {
@@ -26,23 +20,19 @@ allprojects {
2620
repositories {
2721
// Insert local test repo here
2822
jcenter()
29-
maven {
30-
url "file:///usr/local/google/home/brettchabot/test_repo/1.3.0-alpha03/m2repository"
31-
}
32-
maven {
33-
url "file:///usr/local/google/home/brettchabot/test_repo/1.3.0-alpha03/m2repository"
34-
}
23+
3524
google()
3625
}
3726
}
3827

3928
ext {
40-
buildToolsVersion = "28.0.3"
41-
androidxAnnotationVersion = "1.0.0"
42-
robolectricVersion = "4.3.1"
43-
extTruthVersion = '1.3.0-alpha03'
44-
coreVersion = "1.3.0-alpha03"
45-
extJUnitVersion = "1.1.2-alpha03"
46-
runnerVersion = "1.3.0-alpha03"
47-
espressoVersion = "3.3.0-alpha03"
29+
buildToolsVersion = "30.0.2"
30+
androidxAnnotationVersion = "1.1.0"
31+
robolectricVersion = "4.5-alpha-1"
32+
extTruthVersion = '1.3.1-alpha02'
33+
coreVersion = "1.3.1-alpha02"
34+
extJUnitVersion = "1.1.3-alpha02"
35+
runnerVersion = "1.3.1-alpha02"
36+
espressoVersion = "3.4.0-alpha02"
37+
guavaVersion = "29.0-android"
4838
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Nov 25 14:52:50 PST 2019
1+
#Wed Jan 06 11:50:52 PST 2021
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

0 commit comments

Comments
 (0)