Skip to content

Commit f5582ac

Browse files
committed
Release 11.2.0
- Updated plugin version to 11.2.0 - Updated framework proxy to 15.5.0 - Updated iOS SDK to 20.4.0 - Updated Android SDK to 20.4.0 🤖 Generated with centralized release automation
1 parent 6ab8a45 commit f5582ac

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

CHANGELOG.md

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

3+
## Version 11.2.0 - March 4, 2026
4+
5+
Minor release that updates the Android SDK to 20.4.0 and the iOS SDK to 20.4.0.
6+
7+
### Changes
8+
- Updated Android SDK to [20.4.0](https://github.com/urbanairship/android-library/releases/tag/20.4.0)
9+
- Updated iOS SDK to [20.4.0](https://github.com/urbanairship/ios-library/releases/tag/20.4.0)
10+
11+
312
## Version 11.1.0 - January 22, 2026
413

514
Minor release that includes accessibility improvements for Message Center and fixes a potential crash on Android.

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
ext.kotlin_version = '2.0.21'
66
ext.coroutine_version = '1.5.2'
77
ext.datastore_preferences_version = '1.1.1'
8-
ext.airship_framework_proxy_version = '15.2.0'
8+
ext.airship_framework_proxy_version = '15.5.0'
99

1010

1111
repositories {

android/src/main/kotlin/com/airship/flutter/AirshipPluginVersion.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ package com.airship.flutter
22

33
class AirshipPluginVersion {
44
companion object {
5-
const val AIRSHIP_PLUGIN_VERSION = "11.1.0"
5+
const val AIRSHIP_PLUGIN_VERSION = "11.2.0"
66
}
77
}

ios/airship_flutter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
AIRSHIP_FLUTTER_VERSION="11.1.0"
2+
AIRSHIP_FLUTTER_VERSION="11.2.0"
33

44
#
55
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
@@ -19,7 +19,7 @@ Airship flutter plugin.
1919
s.source_files = 'airship_flutter/Sources/airship_flutter/**/*'
2020
s.dependency 'Flutter'
2121
s.ios.deployment_target = "16.0"
22-
s.dependency "AirshipFrameworkProxy", "15.2.0"
22+
s.dependency "AirshipFrameworkProxy", "15.5.0"
2323
s.swift_version = "5.0.0"
2424
s.resource_bundles = {'airship_flutter_privacy' => ['airship_flutter/Sources/airship_flutter/PrivacyInfo.xcprivacy']}
2525
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Foundation
22

33
class AirshipPluginVersion {
4-
static let pluginVersion = "11.1.0"
4+
static let pluginVersion = "11.2.0"
55
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: airship_flutter
22
description: "Cross-platform plugin interface for the native Airship iOS and Android SDKs. Simplifies adding Airship to Flutter apps."
3-
version: 11.1.0
3+
version: 11.2.0
44
homepage: https://www.airship.com/
55
repository: https://github.com/urbanairship/airship-flutter
66
issue_tracker: https://github.com/urbanairship/airship-flutter/issues

0 commit comments

Comments
 (0)