Skip to content

Commit 8de4c60

Browse files
authored
Merge pull request #712 from OneSignal/feat/bumpNativeSDKs
[Feature] Update native OneSignal SDKs
2 parents c5d3fad + 279916e commit 8de4c60

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

OneSignalExample/Assets/OneSignal/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ 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 4.8.5 to [4.8.8](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/4.8.8)
10+
- For full changes, [see the native release notes](https://github.com/OneSignal/OneSignal-Android-SDK/releases)
11+
- Updated included iOS SDK from 3.12.4 to [3.12.9](https://github.com/OneSignal/OneSignal-iOS-SDK/releases/tag/3.12.9)
12+
- Added privacy manifests
13+
- For full changes, [see the native release notes](https://github.com/OneSignal/OneSignal-iOS-SDK/releases)
14+
815
## [3.0.11]
916
### Fixed
1017
- Fixed rare Android ANRs on callbacks firing and also when backgrounding the app.
18+
1119
## [3.0.10]
1220
### Changed
1321
- Updated included Android SDK to [4.8.5](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/4.8.5)

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:[4.8.6]" />
6+
<androidPackage spec="com.onesignal:OneSignal:[4.8.8]" />
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="3.12.4" addToAllTargets="true" />
3+
<iosPod name="OneSignalXCFramework" version="3.12.9" addToAllTargets="true" />
44
</iosPods>
55
</dependencies>

0 commit comments

Comments
 (0)