diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 74477e52fa..163fa74543 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -70,6 +70,7 @@ android { signingConfig = debugType.signingConfig versionNameSuffix = debugType.versionNameSuffix applicationIdSuffix = debugType.applicationIdSuffix + isProfileable = false matchingFallbacks.add("release") } create("benchmark") {