Rename IS_CI

This commit is contained in:
Lucas Lima 2020-07-31 14:10:00 +00:00
parent cbcf0459c9
commit c75174bdf4
No known key found for this signature in database
GPG key ID: 049CCC5A365B00D2

View file

@ -25,7 +25,7 @@ android {
signingConfigs {
release {
if (System.getenv('IS_CI')) {
if (System.getenv('IS_RELEASE_BUILD')) {
storeFile file(System.getenv('KEYSTORE'))
keyAlias System.getenv('KEY_ALIAS')
storePassword System.getenv('KEY_STORE_PASSWORD')