Kaynağa Gözat

Disable profiling on preview builds

Related to #9774
arkon 1 yıl önce
ebeveyn
işleme
aa6937baf2
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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") {