Skip to content

Commit

Permalink
Release 9.0.2 (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski authored Mar 6, 2018
1 parent 8c06ffe commit e881b85
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ Android ChangeLog

Migration Guide: http://docs.urbanairship.com/topic_guides/android_migration.html.

Version 9.0.2 - March 5, 2018
============================

Patch release to fix an issue with background services in Android O and a background ANR
when delaying takeOff. Applications that are targeting Android O and take advantage of
push notification actions should update.

Changes
-------
- Fixed ANR when takeOff is delayed.
- Fixed IllegalStateException when opening a push notification with actions.


Version 9.0.1 - February 13, 2018
=================================

Expand Down
4 changes: 2 additions & 2 deletions airship.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Airship Version
version = 9.0.1
version = 9.0.2

# Support Library Version
supportLibVersion = 27.0.2

# Play Services Version
playServicesVersion = 11.8.0
playServicesVersion = 11.8.0

0 comments on commit e881b85

Please sign in to comment.