Use yahfa as default backend

This commit is contained in:
solohsu 2019-03-21 23:11:40 +08:00
parent d3cf2246ec
commit 5639dc79e0
1 changed files with 8 additions and 0 deletions

View File

@ -96,6 +96,14 @@ afterEvaluate {
}
}
}
// backward compatible
task("zip${variantCapped}") {
dependsOn "zipYahfa${variantCapped}"
}
task("push${variantCapped}") {
dependsOn "pushYahfa${variantCapped}"
}
}
}