Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Disable profiling on preview builds

Related to #9774
Cette révision appartient à :
arkon 2023-07-29 18:52:05 -04:00
Parent 59f7d2273f
révision aa6937baf2

Voir le fichier

@ -70,6 +70,7 @@ android {
signingConfig = debugType.signingConfig
versionNameSuffix = debugType.versionNameSuffix
applicationIdSuffix = debugType.applicationIdSuffix
isProfileable = false
matchingFallbacks.add("release")
}
create("benchmark") {