Attempt to fix test runner

This commit is contained in:
Isaac Hutt 2019-02-10 14:20:54 +00:00
parent 1e14b9730b
commit 623f1c35d2

View File

@ -164,7 +164,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunner "androidx.test.ext.runner.AndroidJUnitRunner"
// See https://github.com/linkedin/dexmaker/issues/65 for why we need the following line.
testInstrumentationRunnerArguments.notClass = 'com.android.dex.DexIndexOverflowException'
multiDexEnabled true