Skip to content

Commit

Permalink
Release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hidroh committed Aug 21, 2016
1 parent 3e1a538 commit 4b89367
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,25 @@ android {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

signingConfigs {
release {
storeFile file("../tldroid.keystore")
storePassword "tldroid"
keyAlias "tldroid"
keyPassword "tldroid"
}
}

buildTypes {
debug {
testCoverageEnabled true
minifyEnabled true
shrinkResources true
proguardFile getDefaultProguardFile('proguard-android-optimize.txt')
proguardFile 'proguard-rules.pro'
}

release {
signingConfig signingConfigs.release
minifyEnabled true
shrinkResources true
proguardFile getDefaultProguardFile('proguard-android-optimize.txt')
Expand Down
Binary file added tldroid.keystore
Binary file not shown.

0 comments on commit 4b89367

Please sign in to comment.