mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
Fixed typo in the gradle file
This commit is contained in:
parent
adc7dab377
commit
c6cfeb15f4
@ -229,7 +229,8 @@ android {
|
|||||||
if (cdvReleaseSigningPropertiesFile) {
|
if (cdvReleaseSigningPropertiesFile) {
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
release {
|
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.
|
keyPassword = "__unset" // And these must be set to non-empty in order to have the signing step added to the task graph.
|
||||||
storeFile = null
|
storeFile = null
|
||||||
storePassword = "__unset"
|
storePassword = "__unset"
|
||||||
|
Loading…
Reference in New Issue
Block a user