瀏覽代碼

Disable profiling on preview builds

Related to #9774
arkon 1 年之前
父節點
當前提交
aa6937baf2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/build.gradle.kts

+ 1 - 0
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") {