android:restore build.gradle change

This commit is contained in:
pengfei.zhou 2021-11-05 22:40:22 +08:00 committed by osborn
parent a3738859aa
commit 643a9f5fe9

View File

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