Skip to content

Releases: Nirbhay-Kumar-Developer/mkapk

mkapk release v0.3.0

Choose a tag to compare

@Nirbhay-Kumar-Developer Nirbhay-Kumar-Developer released this 14 Jul 16:54
v0.3.0
76ae577

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 -r

Removes build cache from previous release build.

mkapk clean -d

Removes build cache from previous debug build .

Default is cleaning all cache.

mkapk release v0.2.0

Choose a tag to compare

@Nirbhay-Kumar-Developer Nirbhay-Kumar-Developer released this 13 Jul 16:30
v0.2.0
6d3c684

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

Choose a tag to compare

@Nirbhay-Kumar-Developer Nirbhay-Kumar-Developer released this 27 Jun 15:11
0.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

Choose a tag to compare

@Nirbhay-Kumar-Developer Nirbhay-Kumar-Developer released this 20 Jun 15:14
v0.1.1

Full Changelog: v0.1.0...v0.1.1

mkapk first release

Choose a tag to compare

@Nirbhay-Kumar-Developer Nirbhay-Kumar-Developer released this 19 Jun 04:55
v0.1.0

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.