Skip to content

Commit 99f97bf

Browse files
Release 25.3.1 (#695)
* Release 25.3.1 * Update CHANGELOG.md --------- Co-authored-by: Ryan Lepinski <ryan.lepinski@airship.com>
1 parent 9da79f0 commit 99f97bf

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

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

3+
## Version 25.3.1 - November 14, 2025
4+
5+
Patch release that fixes YouTube video playback in In-App Automation and Scenes. Applications that use YouTube videos in Scenes and non-html In-App Automations (IAA) must update to resolve playback errors.
6+
7+
### Changes
8+
- Updated Android SDK to [19.13.6](https://github.com/urbanairship/android-library/releases/tag/19.13.6)
9+
- Updated iOS SDK to [19.11.2](https://github.com/urbanairship/ios-library/releases/tag/19.11.2)
10+
- Fixed the HeadlessJSService from preventing the app from terminating right away on Android.
11+
312
## Version 25.3.0 - October 6, 2025
413

514
Minor release that updates the Android SDK to 19.13.4 and the iOS SDK to 19.11.0.

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=36
44
Airship_compileSdkVersion=36
55
Airship_ndkversion=26.1.10909125
6-
Airship_airshipProxyVersion=14.10.0
6+
Airship_airshipProxyVersion=14.10.1

ios/AirshipReactNative.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class AirshipReactNative: NSObject {
3939
AirshipProxy.shared
4040
}
4141

42-
public static let version: String = "25.3.0"
42+
public static let version: String = "25.3.1"
4343

4444
private let eventNotifier = EventNotifier()
4545

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ua/react-native-airship",
3-
"version": "25.3.0",
3+
"version": "25.3.1",
44
"description": "Airship plugin for React Native apps.",
55
"source": "./src/index.tsx",
66
"main": "./lib/module/index.js",

react-native-airship.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
1818

1919
install_modules_dependencies(s)
2020

21-
s.dependency "AirshipFrameworkProxy", "14.10.0"
21+
s.dependency "AirshipFrameworkProxy", "14.10.1"
2222
end

0 commit comments

Comments
 (0)