Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Releases: googlearchive/firebase-jobdispatcher-android

v0.5.2

21 Dec 21:51
Compare
Choose a tag to compare

This is a minor bugfix release to fix the BadParcelable issues described in #72 (thanks @SUPERCILEX).

v0.5.1

17 Dec 04:53
Compare
Choose a tag to compare

Improve stability, catch more crashes

This is predominately a bugfix release. Highlights include:

  • Not crashing if the Google Play services process is restarted while
    tasks are executing
  • Correctly encoding the "replace current" flag in the returned extras (thanks @jenzz)
  • Improvements to the README and build process (thanks @SUPERCILEX,
    @googolmo, @vRallev)
  • Fixing support for Kotlin use (thanks @outlying)
  • Upgrade Google Play services version (thanks @SUPERCILEX)