Disable profiling on preview builds

Related to #9774
This commit is contained in:
arkon 2023-07-29 18:52:05 -04:00
parent 59f7d2273f
commit aa6937baf2

View File

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