Skip to content

Commit 8f51f13

Browse files
committed
Bump OneSignal native SDK versions
1 parent 38cc583 commit 8f51f13

File tree

5 files changed

+32
-4
lines changed

5 files changed

+32
-4
lines changed

OneSignalExample/Assets/OneSignal/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ 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.31 to [5.1.37](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/5.1.37)
10+
- [Fix] IAM not shown when calling login immediately after init
11+
- [Fix] IAM now showing after switching to 3-button-navigation mode
12+
- [Fix] very rare bug where app doesn't opening from notification tap when it cold starts the app
13+
- [Fix] NPE when accessing WindowInsets used in isKeyboardUp()
14+
- [Fix] NotificationOpenedActivity "freeze" when a large amount of notification is clicked
15+
- [Fix] Crash when adding alias with some labels
16+
- [Fix] Crashes with Amazon IAP tracking by dropping support for this
17+
- [Fix] Push subscription observers not firing
18+
- [Fix] Handle in-app messages dismissed by back press
19+
- [Fix] Android 7 and lower crashes with getParameterCount calls
20+
- [Fix] Logout incorrectly uses the old subscription ID
21+
- [Fix] NPE in PermissionsActivity
22+
- [Fix] Fix parsing subscriptions from server, and improve handling of deleted push subscriptions
23+
- [Fix] Multiple create subscription operations exist without token
24+
- [Fix] Finishing the activity on main thread when a notification is opened
25+
- [Feature] Adds the following new public methods (#2311):
26+
- OneSignal.Debug.addLogListener
27+
- OneSignal.Debug.removeLogListener
28+
- For full changes, see the [native release notes](https://github.com/OneSignal/OneSignal-Android-SDK/releases)
29+
- Updated included iOS SDK from 5.2.10 to [5.2.14](https://github.com/OneSignal/OneSignal-iOS-SDK/releases/tag/5.2.14)
30+
- [Fix] Synchronize to fix crashes in the user module
31+
- [Fix] Prevent deadlocks when user manager runs its startup tasks
32+
- [Fix] Bug when notification has badge set to zero
33+
- [Fix] drop deprecated applicationIconBadgeNumber usage
34+
- [Improvement] Ensure push tokens are registered for existing Live Activities during setup
35+
- For full changes, see the [native release notes](https://github.com/OneSignal/OneSignal-iOS-SDK/releases)
836
## [5.1.14]
937
### Changed
1038
- [Fix] Missing .meta Android Migration files Unity editor error

OneSignalExample/Assets/Plugins/Android/mainTemplate.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'com.android.library'
66
dependencies {
77
implementation fileTree(dir: 'libs', include: ['*.jar'])
88
// Android Resolver Dependencies Start
9-
implementation 'com.onesignal:OneSignal:5.1.31' // Packages/com.onesignal.unity.android/Editor/OneSignalAndroidDependencies.xml:6
9+
implementation 'com.onesignal:OneSignal:5.1.37' // Packages/com.onesignal.unity.android/Editor/OneSignalAndroidDependencies.xml:6
1010
// Android Resolver Dependencies End
1111
**DEPS**}
1212

OneSignalExample/ProjectSettings/AndroidResolverDependencies.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dependencies>
22
<packages>
3-
<package>com.onesignal:OneSignal:5.1.31</package>
3+
<package>com.onesignal:OneSignal:5.1.37</package>
44
</packages>
55
<files />
66
<settings>

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

Lines changed: 1 addition & 1 deletion
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.31" />
6+
<androidPackage spec="com.onesignal:OneSignal:5.1.37" />
77
</androidPackages>
88
</dependencies>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<dependencies>
22
<iosPods>
3-
<iosPod name="OneSignalXCFramework" version="5.2.10" addToAllTargets="true" />
3+
<iosPod name="OneSignalXCFramework" version="5.2.14" addToAllTargets="true" />
44
</iosPods>
55
</dependencies>

0 commit comments

Comments
 (0)