Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from RamiLego4Game/master
Browse files Browse the repository at this point in the history
Fix signed release builds
  • Loading branch information
Rami-Sabbagh authored Apr 8, 2018
2 parents 0b7f594 + 13ec141 commit b3e212e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ android {
}
buildTypes {
release {
minifyEnabled true
if(project.hasProperty("RELEASE_STORE_FILE")) {
signingConfig signingConfigs.release
}
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
lintOptions {
Expand Down

0 comments on commit b3e212e

Please sign in to comment.