Update build.gradle

This commit is contained in:
Guilherme Gazzo 2017-11-02 19:54:10 -02:00 committed by GitHub
parent d56e76097a
commit b9c050559c
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 project.rootProject.file(System.getenv("KEYSTORE")).getCanonicalFile()
storeFile file(System.getenv("KEYSTORE"))
storePassword System.getenv("KEYSTORE_PASSWORD")
keyAlias System.getenv("KEY_ALIAS")
keyPassword System.getenv("KEY_PASSWORD")