Add other types of JSEngine

This commit is contained in:
pengfei.zhou
2021-11-09 11:22:13 +08:00
committed by osborn
parent c7252613a2
commit ce892a31bf
5 changed files with 109 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ task clean(type: Delete) {
Properties properties = new Properties()
properties.load(project.rootProject.file('version.properties').newDataInputStream())
ext {
UseWebViewOnly = true
UseWebViewOnly = false
Version = properties.version
}