Quellcode durchsuchen

Disable profiling on preview builds

Related to #9774
arkon vor 1 Jahr
Ursprung
Commit
aa6937baf2
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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") {