Skip to content

Commit 84c10aa

Browse files
committed
Force use of accessibility-test-framework:3.1
1 parent 18969dd commit 84c10aa

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

ui/espresso/AccessibilitySample/app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,12 @@ dependencies {
3434
// App dependencies
3535
implementation 'androidx.annotation:annotation:' + rootProject.androidxAnnotationVersion;
3636
implementation 'com.google.guava:guava:' + rootProject.guavaVersion
37-
// accessibility breaks without this on classpath
38-
implementation 'com.android.support:viewpager:28.0.0-alpha1'
3937

4038
// Testing-only dependencies
4139
androidTestImplementation 'androidx.test:core:' + rootProject.coreVersion
4240
androidTestImplementation 'androidx.test.ext:junit:' + rootProject.extJUnitVersion
4341
androidTestImplementation 'androidx.test:runner:' + rootProject.runnerVersion
4442
androidTestImplementation 'androidx.test.espresso:espresso-core:' + rootProject.espressoVersion
4543
androidTestImplementation 'androidx.test.espresso:espresso-accessibility:' + rootProject.espressoVersion
44+
androidTestImplementation 'com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework:3.1'
4645
}

ui/espresso/AccessibilitySample/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ allprojects {
2020
repositories {
2121
// Insert local test repo here
2222
jcenter()
23-
2423
google()
2524
}
2625
}

0 commit comments

Comments
 (0)