Skip to content

Commit

Permalink
Merge pull request #402 from urbanairship/MOBILE-3269
Browse files Browse the repository at this point in the history
[MOBILE-3269] Update to latest SDKs
  • Loading branch information
Ulrico972 authored Sep 21, 2022
2 parents 0422159 + d8c8a82 commit 0ba492d
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ios:
runs-on: macos-11
env:
DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
steps:
- uses: actions/checkout@v1
- name: Run CI
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Cordova Plugin Changelog

## Version 14.4.0 - September 21, 2022
Minor release updating Android SDK to 16.7.4 and iOS SDK to 16.9.3.

### Changes
- Updated Android SDK to 16.7.4.
- Updated iOS SDK to 16.9.3.

## Version 14.3.0 - July 19, 2022
Minor release updating Android SDK to 16.6.1 and iOS SDK to 16.8.0.

Expand Down
2 changes: 1 addition & 1 deletion urbanairship-accengage-cordova/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urbanairship-accengage-cordova",
"version": "14.3.0",
"version": "14.4.0",
"description": "Urban Airship-Accengage Cordova plugin",
"cordova": {
"id": "urbanairship-accengage-cordova",
Expand Down
8 changes: 4 additions & 4 deletions urbanairship-accengage-cordova/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-accengage-cordova"
version="14.3.0"
version="14.4.0"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

Expand All @@ -16,13 +16,13 @@
<engine name="cordova" version=">=9.0.1"/>
</engines>

<dependency id="urbanairship-cordova" version="14.3.0"/>
<dependency id="urbanairship-cordova" version="14.4.0"/>

<!-- ios -->
<platform name="ios">

<config-file target="*-Info.plist" parent="UACordovaPluginVersion">
<string>14.3.0</string>
<string>14.4.0</string>
</config-file>

<!-- Airship Accengage Module -->
Expand All @@ -31,7 +31,7 @@
<source url="https://github.com/CocoaPods/Specs.git"/>
</config>
<pods use-frameworks="true">
<pod name="Airship/Accengage" spec="16.8.0" />
<pod name="Airship/Accengage" spec="16.9.3" />
</pods>
</podspec>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
implementation 'com.urbanairship.android:urbanairship-accengage:16.6.1'
implementation 'com.urbanairship.android:urbanairship-accengage:16.7.4'
}

cdvPluginPostBuildExtras.push({
Expand Down
2 changes: 1 addition & 1 deletion urbanairship-cordova/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urbanairship-cordova",
"version": "14.3.0",
"version": "14.4.0",
"description": "Urban Airship Cordova plugin",
"cordova": {
"id": "urbanairship-cordova",
Expand Down
16 changes: 8 additions & 8 deletions urbanairship-cordova/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="14.3.0"
version="14.4.0"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

Expand Down Expand Up @@ -40,7 +40,7 @@
<config-file parent="/manifest/application" target="AndroidManifest.xml">
<meta-data
android:name="com.urbanairship.cordova.version"
android:value="14.3.0"/>
android:value="14.4.0"/>

<meta-data
android:name="com.urbanairship.autopilot"
Expand Down Expand Up @@ -145,7 +145,7 @@
</config-file>

<config-file target="*-Info.plist" parent="UACordovaPluginVersion">
<string>14.3.0</string>
<string>14.4.0</string>
</config-file>

<config-file parent="/widget" target="config.xml">
Expand Down Expand Up @@ -198,11 +198,11 @@
<source url="https://cdn.cocoapods.org/"/>
</config>
<pods use-frameworks="true">
<pod name="Airship/Core" spec="16.8.0" />
<pod name="Airship/MessageCenter" spec="16.8.0" />
<pod name="Airship/Automation" spec="16.8.0" />
<pod name="Airship/ExtendedActions" spec="16.8.0" />
<pod name="Airship/PreferenceCenter" spec="16.8.0" />
<pod name="Airship/Core" spec="16.9.3" />
<pod name="Airship/MessageCenter" spec="16.9.3" />
<pod name="Airship/Automation" spec="16.9.3" />
<pod name="Airship/ExtendedActions" spec="16.9.3" />
<pod name="Airship/PreferenceCenter" spec="16.9.3" />
</pods>
</podspec>

Expand Down
2 changes: 1 addition & 1 deletion urbanairship-cordova/src/android/build-extras.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
def airshipVersion = "16.6.1"
def airshipVersion = "16.7.4"
implementation "com.urbanairship.android:urbanairship-fcm:$airshipVersion"
implementation "com.urbanairship.android:urbanairship-message-center:$airshipVersion"
implementation "com.urbanairship.android:urbanairship-automation:$airshipVersion"
Expand Down
2 changes: 1 addition & 1 deletion urbanairship-hms-cordova/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urbanairship-hms-cordova",
"version": "14.3.0",
"version": "14.4.0",
"description": "Urban Airship HMS Cordova plugin",
"cordova": {
"id": "urbanairship-hms-cordova",
Expand Down
4 changes: 2 additions & 2 deletions urbanairship-hms-cordova/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-hms-cordova"
version="14.3.0"
version="14.4.0"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

Expand All @@ -15,7 +15,7 @@
<engine name="cordova" version=">=9.0.1"/>
</engines>

<dependency id="urbanairship-cordova" version="14.3.0"/>
<dependency id="urbanairship-cordova" version="14.4.0"/>

<!-- android -->
<platform name="android">
Expand Down
2 changes: 1 addition & 1 deletion urbanairship-hms-cordova/src/android/build-extras.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repositories {
}

dependencies {
implementation 'com.urbanairship.android:urbanairship-hms:16.6.1'
implementation 'com.urbanairship.android:urbanairship-hms:16.7.4'
implementation 'com.huawei.hms:push:6.3.0.304'
}

Expand Down

0 comments on commit 0ba492d

Please sign in to comment.