Rename and refactor autojs to support future developing of other script language

This commit is contained in:
hyb1996
2017-05-07 23:32:53 +08:00
parent 840bb56528
commit 472bd46b87
25 changed files with 717 additions and 184 deletions

View File

@@ -55,11 +55,11 @@ android {
}
dexcount {
format = "list"
includeClasses = false
includeClasses = true
includeFieldCount = true
includeTotalMethodCount = false
orderByMethodCount = false
verbose = false
includeTotalMethodCount = true
orderByMethodCount = true
verbose = true
maxTreeDepth = Integer.MAX_VALUE
teamCityIntegration = false
enableForInstantRun = false