Skip to content

Commit a42d699

Browse files
authored
Release 24.3.0 (#661)
* Release 24.3.0 * Update CHANGELOG.md * Remove Pod lockfile for example
1 parent 347d300 commit a42d699

File tree

8 files changed

+14
-2019
lines changed

8 files changed

+14
-2019
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ android.iml
4444
# Cocoapods
4545
#
4646
example/ios/Pods
47+
example/ios/Podfile.lock
4748

4849
# Ruby
4950
vendor/

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33

44
[All Releases](https://github.com/urbanairship/react-native-airship/releases)
55

6+
## Version 24.2.0 - May 23, 2025
7+
Minor release focused on performance improvements for Scenes.
8+
9+
### Changes
10+
- Updated Android SDK to [19.8.0](https://github.com/urbanairship/android-library/releases/tag/19.8.0)
11+
- Updated iOS SDK to [19.5.0](https://github.com/urbanairship/ios-library/releases/tag/19.5.0)
12+
613
## Version 24.2.0 - May 15, 2025
714
Minor release that adds support for using Feature Flags as an audience condition for other Feature Flags and Vimeo videos in Scenes.
815

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.3.0
6+
Airship_airshipProxyVersion=14.4.0

0 commit comments

Comments
 (0)