Skip to content

1.0.5

Latest
Compare
Choose a tag to compare
@SanojPunchihewa SanojPunchihewa released this 13 May 16:27
· 17 commits to master since this release
0fbaa8c

New Features

  • Add progress Listener to Flexible Update
  • Add listener to return the number of staleness days after an update is notified
    Above features were added with the new play core library update 1.7.2

Changed

  • Use Lifecycle observer to resume updates. No need to call continueUpdate in your activities
  • mUpdateManager.getAvailableVersionCode(new onVersionCheckListener(){}) is changed to mUpdateManager.addUpdateInfoListener(new UpdateInfoListener(){})