|
@@ -70,6 +70,7 @@ android {
|
|
signingConfig = debugType.signingConfig
|
|
signingConfig = debugType.signingConfig
|
|
versionNameSuffix = debugType.versionNameSuffix
|
|
versionNameSuffix = debugType.versionNameSuffix
|
|
applicationIdSuffix = debugType.applicationIdSuffix
|
|
applicationIdSuffix = debugType.applicationIdSuffix
|
|
|
|
+ isProfileable = false
|
|
matchingFallbacks.add("release")
|
|
matchingFallbacks.add("release")
|
|
}
|
|
}
|
|
create("benchmark") {
|
|
create("benchmark") {
|