Skip to content

Commit

Permalink
Fix gradle release for f-droid
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Oct 10, 2022
1 parent d8b2ea5 commit 792a5ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ android {
}

buildTypes {
if(project.hasProperty("RELEASE_STORE_FILE")) {
release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
release {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
if(project.hasProperty("RELEASE_STORE_FILE")) {
signingConfig signingConfigs.release
}
}
Expand Down

0 comments on commit 792a5ba

Please sign in to comment.