Skip to content

Commit 4df14e4

Browse files
author
David Crow
committed
Release 24.7.0
1 parent 1a39792 commit 4df14e4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# React Native Module Changelog
22

3-
## Version 24.7.0 - September 16, 2025
3+
## Version 24.7.0 - October 7, 2025
44

5-
Minor release that updates the Android SDK to 19.13.1 and the iOS SDK to 19.9.2.
5+
Minor release that updates the Android SDK to 19.13.4 and the iOS SDK to 19.11.0
66

77
### Changes
8-
- Updated Android SDK to [19.13.1](https://github.com/urbanairship/android-library/releases/tag/19.13.1)
9-
- Updated iOS SDK to [19.9.2](https://github.com/urbanairship/ios-library/releases/tag/19.9.2)
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)
1010

1111
[Migration Guides](https://github.com/urbanairship/react-native-airship/blob/main/MIGRATION.md)
1212
[All Releases](https://github.com/urbanairship/react-native-airship/releases)

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Airship_minSdkVersion=23
33
Airship_targetSdkVersion=35
44
Airship_compileSdkVersion=35
55
Airship_ndkversion=26.1.10909125
6-
Airship_airshipProxyVersion=14.8.0
6+
Airship_airshipProxyVersion=14.9.0

react-native-airship.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
4444
end

0 commit comments

Comments
 (0)