Update build.gradle

This commit is contained in:
Guilherme Gazzo 2017-11-01 11:46:39 -02:00 committed by GitHub
parent d25e65f98e
commit 8b66efff57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ android {
}
signingConfigs {
release {
storeFile file(System.getenv("KEYSTORE"))
storeFile project.rootProject.file(System.getenv("KEYSTORE")).getCanonicalFile()
storePassword System.getenv("KEYSTORE_PASSWORD")
keyAlias System.getenv("KEY_ALIAS")
keyPassword System.getenv("KEY_PASSWORD")