File tree Expand file tree Collapse file tree 6 files changed +15
-6
lines changed
src/main/kotlin/com/airship/flutter
airship_flutter/Sources/airship_flutter Expand file tree Collapse file tree 6 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 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
514Minor release that includes accessibility improvements for Message Center and fixes a potential crash on Android.
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ package com.airship.flutter
22
33class AirshipPluginVersion {
44 companion object {
5- const val AIRSHIP_PLUGIN_VERSION = " 11.1 .0"
5+ const val AIRSHIP_PLUGIN_VERSION = " 11.2 .0"
66 }
77}
Original file line number Diff line number Diff line change 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' ] }
2525end
Original file line number Diff line number Diff line change 11import Foundation
22
33class AirshipPluginVersion {
4- static let pluginVersion = " 11.1 .0 "
4+ static let pluginVersion = " 11.2 .0 "
55}
Original file line number Diff line number Diff line change 11name : airship_flutter
22description : " 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
44homepage : https://www.airship.com/
55repository : https://github.com/urbanairship/airship-flutter
66issue_tracker : https://github.com/urbanairship/airship-flutter/issues
You can’t perform that action at this time.
0 commit comments