mirror of https://github.com/grpc/grpc-java.git
android-interop-testing: fix wrong instrumented test runner (#7789)
This commit is contained in:
parent
70dd45ae70
commit
ff52893c79
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue