Skip to content

Commit

Permalink
Merge pull request #712 from OneSignal/feat/bumpNativeSDKs
Browse files Browse the repository at this point in the history
[Feature] Update native OneSignal SDKs
  • Loading branch information
shepherd-l authored Mar 26, 2024
2 parents c5d3fad + 279916e commit 8de4c60
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions OneSignalExample/Assets/OneSignal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Updated included Android SDK from 4.8.5 to [4.8.8](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/4.8.8)
- For full changes, [see the native release notes](https://github.com/OneSignal/OneSignal-Android-SDK/releases)
- Updated included iOS SDK from 3.12.4 to [3.12.9](https://github.com/OneSignal/OneSignal-iOS-SDK/releases/tag/3.12.9)
- Added privacy manifests
- For full changes, [see the native release notes](https://github.com/OneSignal/OneSignal-iOS-SDK/releases)

## [3.0.11]
### Fixed
- Fixed rare Android ANRs on callbacks firing and also when backgrounding the app.

## [3.0.10]
### Changed
- Updated included Android SDK to [4.8.5](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/4.8.5)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<repositories>
<repository>https://repo.maven.apache.org/maven2</repository>
</repositories>
<androidPackage spec="com.onesignal:OneSignal:[4.8.6]" />
<androidPackage spec="com.onesignal:OneSignal:[4.8.8]" />
</androidPackages>
</dependencies>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<dependencies>
<iosPods>
<iosPod name="OneSignalXCFramework" version="3.12.4" addToAllTargets="true" />
<iosPod name="OneSignalXCFramework" version="3.12.9" addToAllTargets="true" />
</iosPods>
</dependencies>

0 comments on commit 8de4c60

Please sign in to comment.