Skip to content

Version 0.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@javiersantos javiersantos released this 28 May 15:04
· 240 commits to master since this 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.