feat: runtime.loadJar() cache dex

This commit is contained in:
hyb1996
2018-10-10 00:31:55 +08:00
parent 94395544b7
commit 6cebca179c
8 changed files with 90 additions and 19 deletions

View File

@@ -28,9 +28,11 @@ task clean(type: Delete) {
ext {
versions = [
target: 28,
mini: 17,
compile: 28,
buildTool: '28.0.3'
appVersionCode: 423,
appVersionName: '4.0.3 Alpha4',
target : 28,
mini : 17,
compile : 28,
buildTool : '28.0.3'
]
}