Skip to content

Commit

Permalink
Release 7.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Aug 11, 2016
1 parent 7df5ed3 commit 23bb0e6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Android ChangeLog

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

Version 7.2.3 - August 11, 2016
===============================
- Fixed Location module from constantly canceling and requesting location updates when using the
standard location adapter and location services are disabled.
- Fixed building the sample and library on PCs.

Version 7.2.2 - August 4, 2016
==============================
- Fixed blocking the calling thread when asynchronously requesting UAirship instance if the
Expand Down
2 changes: 1 addition & 1 deletion airship.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Airship Version
version = 7.2.2
version = 7.2.3
8 changes: 5 additions & 3 deletions sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ Sample application for the Urban Airship SDK.

## Setup

1) Update the [airshipconfig.properties](src/main/assets/airshipconfig.properties) file
to use your application's config.
1) Copy [airshipconfig.properties.sample](src/main/assets/airshipconfig.properties.sample) to `airshipconfig.properites` in
the assets directory.

2) Configure a push provider:
2) Update `airshipconfig.properties` with your application's config.

3) Configure a push provider:
- [Amazon setup docs](http://docs.urbanairship.com/reference/push-providers/adm.html#set-up-adm)
- [GCM setup docs](http://docs.urbanairship.com/reference/push-providers/gcm.html#android-gcm-setup)

0 comments on commit 23bb0e6

Please sign in to comment.