Updated baksmali/smali to version 2.3.4
Upgrade to gradle 5.6.2
Added support for Android Q (10) Final. (Issue 2131)
Fixed build issue with JDK9+ because of jmod change. (Issue 2086)
Fixed security issue with unpacking assets to unintended locations via directory traversal. (Issue 2058)
Fixed issue with api-level command not showing in advanced documentation. (Issue 2027)
Fixed issue with directory creation warning when framework directory not made. (Issue 2048)
Fixed issue with missing mapping for Q shorthand property. (Issue 2045)
Fixed issue with raw qmg files not decoding correctly. (Issue 2046)
Fixed issue with copying assets where output directory doesn’t match initial structure. (Issue 2046)
Fixed issue with NPE with empty attribute content during deserialization. (Issue 2063)
Fixed removal of META-INF/services. (Issue 2084, Issue 2018) Thanks adibfara
Fixed support for “attr” bag type. (Issue 2117) Thanks visigoth
Fixed wiping license headers of AOSP/Android4Me files. (Issue 2093)
Added enhanced wrapper file for Windows. (Issue 2120) Thanks Varstahl
Added advance command for skipping disassemble of non-root dex packages. (Issue 2051)
Fixed issue with MIUI package names being renamed. (Issue 2028) Thanks IgorEisberg
Work-around with issue with large 9patch path spamming in uncompressed file list. (Issue 1272) Thanks IgorEisberg
Fixed issue with NPE on annotations (Issue 2071)
Fixed issue with garbled attributes (Issue 1576) Thanks brianairb
Fixed regression with --only-main-classes (Issue 2226) Thanks realityJie
Fixed 32bit binary issue with Window aapt/aapt2 builds. (Issue 2141) Thanks Furniel
Fixed issue with JVM not knowing bitness on Windows in some situations. (Issue 2105)
Fixed issue with long path commands due to recording compression. (Issue 1272) Thanks peret