This release primarily adds support for overriding the app version used to query for updates, along with a few bug fixes.
New Features (General)
- Adds an
overrideAppVersion()
function that can be used to specify a custom application binary interface version, which would otherwise default to the app store version built into the app. This is an option for advanced users who have their own app store versioning system that they'd like to update independently to their ABI version. It also enables beta distribution for developers who would not like to increment their app store version between each iteration.
Bug Fixes
- When the
updateDialog
is shown while the app is in the background (such as when a new activity is launched), aNullPointerException
can arise. This has been fixed in this release.