fix release builds

Gradle'd changed the name of one of the signing-related tasks.
This commit is contained in:
Eric House 2017-04-08 14:29:07 -07:00
parent 32c264cc16
commit f33488f020

View file

@ -238,7 +238,7 @@ task cleanNDK(type: Exec) {
}
gradle.taskGraph.whenReady { taskGraph ->
if ( taskGraph.hasTask(':app:validateReleaseSigning') ) {
if ( taskGraph.hasTask(':app:validateSigningXw4Release') ) {
def pass
if (System.getenv("ANDROID_RELEASE_PASSWORD")) {
pass = System.getenv("ANDROID_RELEASE_PASSWORD")