Fixed typo in the gradle file

This commit is contained in:
Joe Bowser 2017-11-28 14:59:50 -08:00
parent adc7dab377
commit c6cfeb15f4

View File

@ -229,7 +229,8 @@ android {
if (cdvReleaseSigningPropertiesFile) {
signingConfigs {
release {
// These must be set or Gradle will complain (even if they are overridden). keyAlias = ""
// These must be set or Gradle will complain (even if they are overridden).
keyAlias = ""
keyPassword = "__unset" // And these must be set to non-empty in order to have the signing step added to the task graph.
storeFile = null
storePassword = "__unset"