Changes since 2.4.1 Android 11 Support. Upgraded smali/baksmali to v2.4.0. Deprecate 32 bit operating systems. Fix thread crash with binary name collision. Fix compression on .resources.arsc Fix crash with empty files during compression. (Thanks peret) Fix debug mode handling with aapt2. (Thanks Comnir) Fix handling XML files with in name.$ Fix NPE while disassembling manifest with no resource matching resId. Fix aapt2 with dummy properties of bool(false) to ref(null). Fix non-standard namespaces in obfuscated manifests. Fix NPE when finding referent of a missing resource. Fix error message when framework directory cannot be written. Add tests for classes[1-3].dex Added new list frameworks command. Added support for .compileSdkVersion Updated response codes to properly be non-zero if invalid parameters passed. (Thanks Giszmo) Updated license headers to reflect start date of project & remove javadoc style. (Thanks friederbluemle) Added support for variable on Windows helper script. (Thanks vldmrrr)JAVA_HOME Added support for SDK Codename "S" Upgrade to gradle 6.4.1 Replaced TravisCI with GitHub Actions