android: change back to DoricJSEngine by default

This commit is contained in:
pengfei.zhou
2021-11-09 16:54:03 +08:00
committed by osborn
parent 18b50be203
commit 098d96e47c
3 changed files with 3 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ android {
}
afterEvaluate {
//buildJSBundle.exec()
buildJSBundle.exec()
}
task buildJSBundle(type: Exec) {