Skip to content

Commit

Permalink
Release 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Crow committed Jul 27, 2018
1 parent 818ca73 commit 5998c2d
Show file tree
Hide file tree
Showing 21 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
=================================
Version 7.2.0 - July 26, 2018
=================================
- Updated iOS SDK to 9.3.3
- Updated Android SDK to 9.4.1
- Added setter for foreground presentation options
- Enabled takeOff from the JS interface for iOS and Android

=================================
Version 7.1.1 - June 15, 2018
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urbanairship-cordova",
"version": "7.1.1",
"version": "7.2.0",
"description": "Urban Airship Cordova plugin",
"cordova": {
"id": "urbanairship-cordova",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="urbanairship-cordova"
version="7.1.1"
version="7.2.0"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

Expand Down
2 changes: 1 addition & 1 deletion src/android/build-extras.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
implementation 'com.android.support:support-annotations:27.1.1'
implementation 'com.google.android.gms:play-services-location:15.0.1'
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.urbanairship.android:urbanairship-fcm:9.3.1'
implementation 'com.urbanairship.android:urbanairship-fcm:9.4.1'
}

ext.postBuildExtras = {
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/ios/Airship/AirshipResources.bundle/UARateAppPromptView.nib
Binary file not shown.

0 comments on commit 5998c2d

Please sign in to comment.