CB-12159 Android: Keystore password prompt won't show up

This closes #351
This commit is contained in:
daserge
2017-01-03 17:21:39 -08:00
committed by Steve Gill
parent 071ddbf6eb
commit a51fc4b25e
+1 -1
View File
@@ -264,7 +264,7 @@ def promptForReleaseKeyPassword() {
gradle.taskGraph.whenReady { taskGraph ->
taskGraph.getAllTasks().each() { task ->
if (task.name == 'validateReleaseSigning') {
if (task.name == 'validateReleaseSigning' || task.name == 'validateSigningRelease') {
promptForReleaseKeyPassword()
}
}