Disable shrinkResources to fix F-Droid's reproducible build

For more information see https://f-droid.org/docs/Reproducible_Builds/#resource-shrinker
This commit is contained in:
TobiGr 2020-07-23 21:19:21 +02:00
parent c900ef036c
commit ade5e38fa5
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ android {
// TODO: update Gradle version
release {
minifyEnabled true
shrinkResources true
shrinkResources false // disabled to fix F-Droid's reproducible build
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
archivesBaseName = 'app'
}