Skip to content

Commit 90aa9b7

Browse files
authored
Release 18.1.0 (#463)
- Updated plugin version to 18.1.0 - Updated framework proxy to 15.6.0 - Updated iOS SDK to 20.5.0 - Updated Android SDK to 20.5.0 πŸ€– Generated with centralized release automation
1 parent d05b756 commit 90aa9b7

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

β€Ž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 18.1.0 - March 18, 2026
4+
5+
Minor release that updates the Android SDK to 20.5.0 and the iOS SDK to 20.5.0.
6+
7+
### Changes
8+
- Updated Android SDK to [20.5.0](https://github.com/urbanairship/android-library/releases/tag/20.5.0)
9+
- Updated iOS SDK to [20.5.0](https://github.com/urbanairship/ios-library/releases/tag/20.5.0)
10+
11+
312
## Version 18.1.0 - February 19, 2026
413

514
Minor release that fixes Airship failing to take off on iOS due to a plugin loader compatibility issue and updates the iOS SDK to 20.3.1 and the Android SDK to 20.2.2.

β€Žcordova-airship-hms/src/android/build-extras.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
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:15.4.1"
8+
implementation "com.urbanairship.android:airship-framework-proxy-hms:15.6.0"
99
implementation 'com.huawei.hms:push:6.13.0.300'
1010
}

β€Žcordova-airship/plugin.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<source url="https://cdn.cocoapods.org/"/>
131131
</config>
132132
<pods use-frameworks="true">
133-
<pod name="AirshipFrameworkProxy" spec="15.4.1" />
133+
<pod name="AirshipFrameworkProxy" spec="15.6.0" />
134134
</pods>
135135
</podspec>
136136
</platform>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
api "com.urbanairship.android:airship-framework-proxy:15.4.1"
2+
api "com.urbanairship.android:airship-framework-proxy:15.6.0"
33
}

0 commit comments

Comments
Β (0)