|
|
|
@ -26,7 +26,7 @@ android {
|
|
|
|
defaultConfig {
|
|
|
|
defaultConfig {
|
|
|
|
minSdk = 28
|
|
|
|
minSdk = 28
|
|
|
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
|
|
|
|
|
|
|
testInstrumentationRunnerArguments["androidx.benchmark.enabledRules"] = "BaselineProfile"
|
|
|
|
buildConfigField("String", "APP_BUILD_TYPE_SUFFIX", "\"\"")
|
|
|
|
buildConfigField("String", "APP_BUILD_TYPE_SUFFIX", "\"\"")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|