|
|
|
@ -39,7 +39,7 @@ android {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
buildTypes {
|
|
|
|
|
val debug by getting {
|
|
|
|
|
debug {
|
|
|
|
|
applicationIdSuffix = NiaBuildType.DEBUG.applicationIdSuffix
|
|
|
|
|
}
|
|
|
|
|
val release by getting {
|
|
|
|
@ -52,7 +52,7 @@ android {
|
|
|
|
|
// TODO: Abstract the signing configuration to a separate file to avoid hardcoding this.
|
|
|
|
|
signingConfig = signingConfigs.getByName("debug")
|
|
|
|
|
}
|
|
|
|
|
val benchmark by creating {
|
|
|
|
|
create("benchmark") {
|
|
|
|
|
// Enable all the optimizations from release build through initWith(release).
|
|
|
|
|
initWith(release)
|
|
|
|
|
matchingFallbacks.add("release")
|
|
|
|
|