We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5f45e commit f19b9e7Copy full SHA for f19b9e7
android/app/build.gradle
@@ -111,7 +111,7 @@ android {
111
keyPassword 'android'
112
}
113
release {
114
- if (project.hasProperty('CLER OTRI_UPLOAD_STORE_FILE')) {
+ if (project.hasProperty('CLEROTRI_UPLOAD_STORE_FILE')) {
115
storeFile file(CLEROTRI_UPLOAD_STORE_FILE)
116
storePassword CLEROTRI_UPLOAD_STORE_PASSWORD
117
keyAlias CLEROTRI_UPLOAD_KEY_ALIAS
0 commit comments