mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Attempt to fix test runner
This commit is contained in:
parent
1e14b9730b
commit
623f1c35d2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user