Version 0.0.2
Pre-release
Pre-release
- Added Amazon App Store:
.enableInstallerId(InstallerID.AMAZON_APP_STORE)
.enableInstallerId()
now supports multiple installers. For example:
.enableInstallerId(InstallerID.GOOGLE_PLAY)
.enableInstallerId(InstallerID.AMAZON_APP_STORE)
- Fixed an issue when comparing the APK signature.
- Non-LVL checkers will be executed before the LVL checkers, since they are asynchronous and could take some seconds to give a result.