Set useDefaultDebugSigningConfigForProfileableBuildtypes flag

Related to #9774
pull/9777/head
arkon 1 year ago
parent aa6937baf2
commit f7b335e4fb

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

@ -26,3 +26,5 @@ android.useAndroidX=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
android.experimental.useDefaultDebugSigningConfigForProfileableBuildtypes=true
Loading…
Cancel
Save