From 623f1c35d26a2caa9f7c3392d26ccdd2418da400 Mon Sep 17 00:00:00 2001 From: Isaac Hutt Date: Sun, 10 Feb 2019 14:20:54 +0000 Subject: [PATCH] Attempt to fix test runner --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d96daae7f..8a2bcc725 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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