deploy edit
This commit is contained in:
parent
6eaed03c13
commit
659b6a8721
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue