From aa6937baf255f2a302501e5ed2185c954cf282dc Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 29 Jul 2023 18:52:05 -0400 Subject: [PATCH] Disable profiling on preview builds Related to #9774 --- app/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) 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") {