android-interop-testing: fix wrong instrumented test runner (#7789)

This commit is contained in:
Chengyuan Zhang 2021-01-07 11:20:24 -08:00 committed by GitHub
parent 70dd45ae70
commit ff52893c79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ android {
targetSdkVersion 26
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
buildTypes {