Skip to content

Commit

Permalink
Reproducible build: disable PNG crunching.
Browse files Browse the repository at this point in the history
Part of #418.
  • Loading branch information
dennisguse committed Apr 29, 2021
1 parent 1672a5c commit 3594d75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ android {
viewBinding = true
}

aaptOptions {
cruncherEnabled = false
}

defaultConfig {
applicationId "de.dennisguse.opentracks"
versionCode 4009
Expand Down

0 comments on commit 3594d75

Please sign in to comment.