android: add flag to decide whether use webview only
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user