Skip to content

Commit 8dfa4aa

Browse files
authored
Release 26.4.0
1 parent a2ab51d commit 8dfa4aa

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

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

3+
## Version 26.4.0 - March 31, 2026
4+
5+
Minor release that updates the Android SDK to 20.6.1 and the iOS SDK to 20.6.0.
6+
7+
### Changes
8+
- Updated Android SDK to [20.6.1](https://github.com/urbanairship/android-library/releases/tag/20.6.1)
9+
- Updated iOS SDK to [20.6.0](https://github.com/urbanairship/ios-library/releases/tag/20.6.0)
10+
311
## Version 26.3.0 - March 17, 2026
412

513
Minor release that updates the Android SDK to 20.5.0 and the iOS SDK to 20.5.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=15.6.0
6+
Airship_airshipProxyVersion=15.7.0

ios/AirshipReactNative.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public final class AirshipReactNative: NSObject, Sendable {
3636
AirshipProxy.shared
3737
}
3838

39-
public static let version: String = "26.3.0"
39+
public static let version: String = "26.4.0"
4040

4141
private let eventNotifier = EventNotifier()
4242

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": "26.3.0",
3+
"version": "26.4.0",
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
@@ -20,5 +20,5 @@ Pod::Spec.new do |s|
2020

2121
install_modules_dependencies(s)
2222

23-
s.dependency "AirshipFrameworkProxy", "15.6.0"
23+
s.dependency "AirshipFrameworkProxy", "15.7.0"
2424
end

0 commit comments

Comments
 (0)