Просмотр исходного кода

Disable profiling on preview builds

Related to #9774
arkon 1 год назад
Родитель
Сommit
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") {