Releases: Nirbhay-Kumar-Developer/mkapk
Release list
mkapk release v0.3.0
Full Changelog: v0.2.0...v0.3.0
##What's new
Fixed bug related to AndResGaurd
Improved the directory structure
New flags for clean command
Note: Now, you have to place you keystores in keystrores/ or your desired location. Generated apks are in bin/release and bin/debug. Caching now done in build/debug and build/release.
##New Flags
mkapk clean -rRemoves build cache from previous release build.
mkapk clean -dRemoves build cache from previous debug build .
Default is cleaning all cache.
mkapk release v0.2.0
Full Changelog: https://github.com/Nirbhay-Kumar-Developer/mkapk/commits/v0.2.0
What's new
Fixed vulnerabilities
Patched R.java bug
Patched release apk signing bug
mkapk v0.2.0-rc.1
Full Changelog: v0.1.1...0.2.0-rc.1
What's new
-
Replaced MD5 hashing with XXH3_64 hashing for high performance.
-
Fixed bugs in plugin management. Plugin Management is now fully secure.
-
Improved CLI UI
-
Included ANSI color coding
Install plugins from:
https://github.com/Nirbhay-Kumar-Developer/mkapk-plugins
v0.1.1
Full Changelog: v0.1.0...v0.1.1
mkapk first release
Release v0.1.0
mkapk is a high-performance, self-contained build orchestrator engineered exclusively for on-device Android development within the Termux environment. Build, compile, and sign production-grade Android applications directly from your phone.