|
|
@ -60,8 +60,7 @@ android {
|
|
|
|
signingConfig = signingConfigs.getByName("debug")
|
|
|
|
signingConfig = signingConfigs.getByName("debug")
|
|
|
|
// Only use benchmark proguard rules
|
|
|
|
// Only use benchmark proguard rules
|
|
|
|
proguardFiles("benchmark-rules.pro")
|
|
|
|
proguardFiles("benchmark-rules.pro")
|
|
|
|
// FIXME enabling minification breaks access to demo backend.
|
|
|
|
isMinifyEnabled = true
|
|
|
|
isMinifyEnabled = false
|
|
|
|
|
|
|
|
applicationIdSuffix = NiABuildType.BENCHMARK.applicationIdSuffix
|
|
|
|
applicationIdSuffix = NiABuildType.BENCHMARK.applicationIdSuffix
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|