File tree Expand file tree Collapse file tree
ui/espresso/AccessibilitySample Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ allprojects {
2020 repositories {
2121 // Insert local test repo here
2222 jcenter()
23-
2423 google()
2524 }
2625}
You can’t perform that action at this time.
0 commit comments