mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Set useDefaultDebugSigningConfigForProfileableBuildtypes flag
Related to #9774
This commit is contained in:
parent
aa6937baf2
commit
f7b335e4fb
2 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,6 @@ 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") {
|
||||||
|
|
|
@ -26,3 +26,5 @@ android.useAndroidX=true
|
||||||
android.defaults.buildfeatures.buildconfig=true
|
android.defaults.buildfeatures.buildconfig=true
|
||||||
android.nonTransitiveRClass=false
|
android.nonTransitiveRClass=false
|
||||||
android.nonFinalResIds=false
|
android.nonFinalResIds=false
|
||||||
|
|
||||||
|
android.experimental.useDefaultDebugSigningConfigForProfileableBuildtypes=true
|
Loading…
Reference in a new issue