Skip to content

mkapk release v0.3.0

Latest

Choose a tag to compare

@Nirbhay-Kumar-Developer Nirbhay-Kumar-Developer released this 14 Jul 16:54
· 22 commits to main since this release
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.