Set useDefaultDebugSigningConfigForProfileableBuildtypes flag

Related to #9774
This commit is contained in:
arkon
2023-07-29 19:47:54 -04:00
parent aa6937baf2
commit f7b335e4fb
2 changed files with 2 additions and 1 deletions

View File

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