Skip to content

Commit

Permalink
finish setting up signing
Browse files Browse the repository at this point in the history
  • Loading branch information
avram committed Jan 18, 2014
1 parent ce74bd4 commit f6248d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ android {
keyPassword zandyKeyPassword
}
}

buildTypes {
release {
zipAlign true
signingConfig signingConfigs.release
runProguard false
proguardFile getDefaultProguardFile('proguard-android.txt')
}
}
}

task wrapper(type: Wrapper) {
Expand Down

0 comments on commit f6248d1

Please sign in to comment.