Skip to content

Commit dde272e

Browse files
Release 17.5.0 (#451)
* Release 17.5.0 * Fix CI * Remove launch options * Fix --------- Co-authored-by: infra-source <infra-source@users.noreply.github.com>
1 parent 2ed653f commit dde272e

14 files changed

Lines changed: 36 additions & 34 deletions

File tree

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: macos-15-xlarge
1212
timeout-minutes: 10
1313
env:
14-
DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer
14+
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
1515
steps:
1616
- name: Install Android Build Tools
1717
run: |
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: macos-15-xlarge
2424
timeout-minutes: 10
2525
env:
26-
DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer
26+
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Run CI

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: macos-15-xlarge
1111
timeout-minutes: 20
1212
env:
13-
DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer
13+
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
1414

1515
steps:
1616
- name: Checkout repository

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Cordova Plugin Changelog
22

3+
## Version 17.5.0 - August 27, 2025
4+
5+
Patch release that updates the Android SDK to 19.11.0 and the iOS SDK to 19.8.3
6+
7+
### Changes
8+
- Updated Android SDK to [19.11.0](https://github.com/urbanairship/android-library/releases/tag/19.11.0)
9+
- Updated iOS SDK to [19.8.3](https://github.com/urbanairship/ios-library/releases/tag/19.8.3)
10+
- Updated HMS to 6.13.0.300
11+
312
## Version 17.4.0 - July 31, 2025
413

514
Minor release that updates the Android SDK to 19.10.0 and the iOS SDK to 19.7.0

cordova-airship-hms/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cordova-airship-hms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ua/cordova-airship-hms",
3-
"version": "17.4.0",
3+
"version": "17.5.0",
44
"description": "Airship HMS Cordova plugin",
55
"cordova": {
66
"id": "@ua/cordova-airship-hms",

cordova-airship-hms/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<plugin id="@ua/cordova-airship-hms" version="17.4.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<plugin id="@ua/cordova-airship-hms" version="17.5.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
33

44
<name>Airship HMS</name>
55
<description>Airship HMS Cordova plugin</description>
@@ -12,7 +12,7 @@
1212
<engine name="cordova" version=">=9.0.1"/>
1313
</engines>
1414

15-
<dependency id="@ua/cordova-airship" version="17.4.0"/>
15+
<dependency id="@ua/cordova-airship" version="17.5.0"/>
1616

1717
<!-- android -->
1818
<platform name="android">

cordova-airship-hms/src/android/build-extras.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ repositories {
55
}
66

77
dependencies {
8-
implementation "com.urbanairship.android:airship-framework-proxy-hms:14.6.0"
9-
implementation 'com.huawei.hms:push:6.3.0.304'
8+
implementation "com.urbanairship.android:airship-framework-proxy-hms:14.7.0"
9+
implementation 'com.huawei.hms:push:6.13.0.300'
1010
}

cordova-airship/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cordova-airship/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ua/cordova-airship",
3-
"version": "17.4.0",
3+
"version": "17.5.0",
44
"description": "Airship Cordova plugin",
55
"cordova": {
66
"id": "@ua/cordova-airship",

cordova-airship/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<plugin id="@ua/cordova-airship" version="17.4.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<plugin id="@ua/cordova-airship" version="17.5.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
33

44
<name>Airship</name>
55
<description>Airship Cordova plugin</description>
@@ -130,7 +130,7 @@
130130
<source url="https://cdn.cocoapods.org/"/>
131131
</config>
132132
<pods use-frameworks="true">
133-
<pod name="AirshipFrameworkProxy" spec="14.6.0" />
133+
<pod name="AirshipFrameworkProxy" spec="14.7.0" />
134134
</pods>
135135
</podspec>
136136
</platform>

0 commit comments

Comments
 (0)