File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed
Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11# React Native Module Changelog
22
3+ ## Version 24.8.0 - October 7, 2025
4+
5+ Minor release that updates the Android SDK to 19.13.4 and the iOS SDK to 19.11.0
6+
7+ ### Changes
8+ - Updated Android SDK to [ 19.13.4] ( https://github.com/urbanairship/android-library/releases/tag/19.13.4 )
9+ - Updated iOS SDK to [ 19.11.0] ( https://github.com/urbanairship/ios-library/releases/tag/19.11.0 )
10+
311## Version 24.7.0 - September 16, 2025
412
513Minor release that updates the Android SDK to 19.13.1 and the iOS SDK to 19.9.2.
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ Airship_minSdkVersion=23
33Airship_targetSdkVersion =35
44Airship_compileSdkVersion =35
55Airship_ndkversion =26.1.10909125
6- Airship_airshipProxyVersion =14.8 .0
6+ Airship_airshipProxyVersion =14.9 .0
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public class AirshipReactNative: NSObject {
3939 AirshipProxy . shared
4040 }
4141
42- public static let version : String = " 24.7 .0 "
42+ public static let version : String = " 24.8 .0 "
4343
4444 private let eventNotifier = EventNotifier ( )
4545
Original file line number Diff line number Diff line change 11{
22 "name" : " @ua/react-native-airship" ,
3- "version" : " 24.7 .0" ,
3+ "version" : " 24.8 .0" ,
44 "description" : " Airship plugin for React Native apps." ,
55 "source" : " ./src/index.tsx" ,
66 "main" : " ./lib/module/index.js" ,
Original file line number Diff line number Diff line change @@ -40,5 +40,5 @@ Pod::Spec.new do |s|
4040 end
4141 end
4242
43- s . dependency "AirshipFrameworkProxy" , "14.8 .0"
43+ s . dependency "AirshipFrameworkProxy" , "14.9 .0"
4444end
You can’t perform that action at this time.
0 commit comments