Skip to content

Commit

Permalink
Forgotten update of build.grade
Browse files Browse the repository at this point in the history
  • Loading branch information
David Vávra committed Jan 7, 2016
1 parent 4df0237 commit 81f266f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ android {

signingConfigs {
release {
storeFile file(RELEASE_STORE_FILE)
storePassword RELEASE_STORE_PASSWORD
keyAlias RELEASE_KEY_ALIAS
keyPassword RELEASE_KEY_PASSWORD
storeFile file(AVAST_LABS_KEYSTORE_FILE)
storePassword AVAST_LABS_KEYSTORE_PASSWORD
keyAlias AVAST_LABS_KEY_ALIAS
keyPassword AVAST_LABS_KEY_PASSWORD
}
}

Expand Down

0 comments on commit 81f266f

Please sign in to comment.