This repository has been archived by the owner on May 22, 2021. It is now read-only.
Version 1.0.32
andrew-codechimp
released this
03 Feb 08:09
·
14 commits
to master
since this release
When compiling a debug build of your app, it can change the package name which means testers can't properly test this feature. I made a slight modification to allow you to do this.
// To change package name, just call...
AppRater.setPackageName("com.custom.package");
If no package is set, your default behaviour is used.