deploy edit

This commit is contained in:
Priyatham Sai Chand 2021-06-11 11:43:05 +05:30
parent 6eaed03c13
commit 659b6a8721
No known key found for this signature in database
GPG Key ID: 4CB4C85E75F5A80C
1 changed files with 1 additions and 2 deletions

View File

@ -155,12 +155,11 @@ android {
keyPassword 'android'
}
release {
if (project.hasProperty('MYAPP_RELEASE_STORE_FILE')) {
storeFile file(MYAPP_RELEASE_STORE_FILE)
storePassword MYAPP_RELEASE_STORE_PASSWORD
keyAlias MYAPP_RELEASE_KEY_ALIAS
keyPassword MYAPP_RELEASE_KEY_PASSWORD
}
}
}
buildTypes {