Skip to content

Commit 6acc1a0

Browse files
committed
Bump OneSignal native SDK versions
1 parent 01e0c1b commit 6acc1a0

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

OneSignalExample/Assets/OneSignal/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Changed
9+
- Updated included Android SDK from 5.1.25 to [5.1.26](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/5.1.26)
10+
- [Fix] ANR caused by operationRepo.enqueue while loading is in progress
11+
- [Fix] Check subscription Id before executing delete and update subscription operations
12+
- For full changes, see the [native release notes](https://github.com/OneSignal/OneSignal-Android-SDK/releases)
13+
- Updated included iOS SDK from 5.2.8 to [5.2.9](https://github.com/OneSignal/OneSignal-iOS-SDK/releases/tag/5.2.9)
14+
- [Fix] Use new OneSignalClientError type for callbacks which fixes crash report of NSInvalidArgumentException
15+
- [Fix] Don’t evaluate in app messages when paused which fixes issues with duration-since-last In-App Messages when pausing and unpausing
16+
- For full changes, see the [native release notes](https://github.com/OneSignal/OneSignal-iOS-SDK/releases)
17+
818
## [5.1.11]
919
### Changed
1020
- Updated included Android SDK from 5.1.24 to [5.1.25](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/5.1.25)

com.onesignal.unity.android/Editor/OneSignalAndroidDependencies.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<repositories>
44
<repository>https://repo.maven.apache.org/maven2</repository>
55
</repositories>
6-
<androidPackage spec="com.onesignal:OneSignal:5.1.25" />
6+
<androidPackage spec="com.onesignal:OneSignal:5.1.26" />
77
</androidPackages>
88
</dependencies>
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<dependencies>
22
<iosPods>
3-
<iosPod name="OneSignalXCFramework" version="5.2.8" addToAllTargets="true" />
3+
<iosPod name="OneSignalXCFramework" version="5.2.9" addToAllTargets="true" />
44
</iosPods>
55
</dependencies>

0 commit comments

Comments
 (0)