Skip to content

Commit

Permalink
disable auto generation baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
polstianka committed Sep 9, 2024
1 parent b4875ac commit ebcee39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallet/instance/main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ android {
if (isCI) {
signingConfig = signingConfigs.getByName("release")
}
baselineProfile.automaticGenerationDuringBuild = true
/*
baselineProfile.automaticGenerationDuringBuild = true
postprocessing {
isObfuscate = true
isOptimizeCode = true
Expand Down

0 comments on commit ebcee39

Please sign in to comment.