Skip to content

Commit

Permalink
Release 7.3.2 (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski authored Nov 13, 2018
1 parent 7714050 commit fa3fc19
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
===============================
Version 7.3.2 - October 13, 2018
===============================
- Fix package issue with 7.3.1
- Update Android SDK to 9.5.4
- Update iOS SDK to 10.0.3

===============================
Version 7.3.1 - October 9, 2018
===============================
- Update Android plugin to be compatible with older versions of Cordova Android.


=================================
Version 7.3.0 - September 25, 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.3.1",
"version": "7.3.2",
"description": "Urban Airship Cordova plugin",
"cordova": {
"id": "urbanairship-cordova",
Expand Down
4 changes: 2 additions & 2 deletions 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.3.1"
version="7.3.2"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

Expand Down Expand Up @@ -338,7 +338,7 @@
<resource-file src="src/ios/Airship/AirshipResources.bundle"/>

<!-- Airship library -->
<source-file framework="true" src="src/ios/Airship/libUAirship-10.0.0.a"/>
<source-file framework="true" src="src/ios/Airship/libUAirship-10.0.3.a"/>

<!-- System frameworks -->
<framework src="libsqlite3.dylib" />
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.5.2'
implementation 'com.urbanairship.android:urbanairship-fcm:9.5.4'
}

cdvPluginPostBuildExtras.push({
Expand Down

0 comments on commit fa3fc19

Please sign in to comment.