android: add flag to decide whether use webview only

This commit is contained in:
pengfei.zhou
2021-11-08 10:29:18 +08:00
committed by osborn
parent dea6e05bee
commit 86b6c63588
2 changed files with 14 additions and 2 deletions

View File

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