Skip to content

Commit 133b8e0

Browse files
committed
Adjust to accessibility-test-framework 3.1 in RecyclerViewSample
1 parent 3f543f6 commit 133b8e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ui/espresso/RecyclerViewSample/app/build.gradle

+8
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,14 @@ android {
2727
versionName "1.0"
2828

2929
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
30+
31+
multiDexEnabled true
32+
}
33+
compileOptions {
34+
sourceCompatibility 1.8
35+
targetCompatibility 1.8
3036
}
37+
3138
lintOptions {
3239
abortOnError false
3340
}
@@ -37,6 +44,7 @@ dependencies {
3744
// App dependencies
3845
implementation 'androidx.annotation:annotation:' + rootProject.androidxAnnotationVersion;
3946
implementation 'androidx.recyclerview:recyclerview:' + rootProject.androidxRecyclerVersion;
47+
implementation 'androidx.multidex:multidex:2.0.1'
4048

4149
// Testing-only dependencies
4250
androidTestImplementation 'androidx.test:core:' + rootProject.coreVersion;

0 commit comments

Comments
 (0)