Skip to content

Commit

Permalink
Merge pull request #717 from OneSignal/feat/updateNativeSDKs
Browse files Browse the repository at this point in the history
[Feat] Bump included OneSignal SDKs
  • Loading branch information
shepherd-l authored Apr 9, 2024
2 parents 6b1216d + 8c40f09 commit fc816fa
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions OneSignalExample/Assets/OneSignal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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 5.1.6 to [5.1.7](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/5.1.7)
- Fixed optIn() not prompting if called before push subscription is created on backend
- Fixed crash with EventProducer's fire events
- Fixed context not being set on all entry points
- For full changes, see the [native release notes](https://github.com/OneSignal/OneSignal-Android-SDK/releases)
- Updated included iOS SDK from 5.1.3 to [5.1.4](https://github.com/OneSignal/OneSignal-iOS-SDK/releases/tag/5.1.4)
- Signed XCFrameworks
- Fixed stuck login requests
- For full changes, see the [native release notes](https://github.com/OneSignal/OneSignal-iOS-SDK/releases)

## [5.1.1]
### Changed
- Updated included Android SDK to [5.1.6](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/5.1.6)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'com.android.library'
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
// Android Resolver Dependencies Start
implementation 'com.onesignal:OneSignal:5.1.6' // Packages/com.onesignal.unity.android/Editor/OneSignalAndroidDependencies.xml:6
implementation 'com.onesignal:OneSignal:5.1.7' // Packages/com.onesignal.unity.android/Editor/OneSignalAndroidDependencies.xml:6
// Android Resolver Dependencies End
**DEPS**}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dependencies>
<packages>
<package>com.onesignal:OneSignal:5.1.6</package>
<package>com.onesignal:OneSignal:5.1.7</package>
</packages>
<files />
<settings>
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:5.1.6" />
<androidPackage spec="com.onesignal:OneSignal:5.1.7" />
</androidPackages>
</dependencies>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<dependencies>
<iosPods>
<iosPod name="OneSignalXCFramework" version="5.1.3" addToAllTargets="true" />
<iosPod name="OneSignalXCFramework" version="5.1.4" addToAllTargets="true" />
</iosPods>
</dependencies>

0 comments on commit fc816fa

Please sign in to comment.