Skip to content

Commit

Permalink
Comply with the submission rules (keystore, password in the repo)
Browse files Browse the repository at this point in the history
It is required for the release build
  • Loading branch information
judit-juhasz committed Jul 11, 2018
1 parent 4f2fb6c commit 5c7bb81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,19 @@ android {
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
signingConfigs {
config {
keyAlias 'TanitsKey'
keyPassword 'WtmAdndCapstone2018'
storeFile file('../keystore.jks')
storePassword 'UdacityAdndCapstone2018'
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.config
}
}
}
Expand Down
Binary file added keystore.jks
Binary file not shown.

0 comments on commit 5c7bb81

Please sign in to comment.