change MYAPP_ to STATUS_

Former-commit-id: 60bbfbcfba63d03b98ee5a0873f668d3f2ab512b
This commit is contained in:
Jarrad 2016-11-03 13:00:46 +08:00 committed by GitHub
parent 4218014337
commit 90e6b2686c
1 changed files with 4 additions and 4 deletions

View File

@ -95,10 +95,10 @@ android {
}
signingConfigs {
release {
storeFile file(MYAPP_RELEASE_STORE_FILE)
storePassword MYAPP_RELEASE_STORE_PASSWORD
keyAlias MYAPP_RELEASE_KEY_ALIAS
keyPassword MYAPP_RELEASE_KEY_PASSWORD
storeFile file(STATUS_RELEASE_STORE_FILE)
storePassword STATUS_RELEASE_STORE_PASSWORD
keyAlias STATUS_RELEASE_KEY_ALIAS
keyPassword STATUS_RELEASE_KEY_PASSWORD
}
}
splits {