Browse Source

Disable profiling on preview builds

Related to #9774
arkon 1 năm trước cách đây
mục cha
commit
aa6937baf2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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") {