Skip to content

Commit

Permalink
Merge pull request #595 from OneSignal/updateNativeSDKs
Browse files Browse the repository at this point in the history
[FEATURE] Update OneSignal Android and iOS SDK
  • Loading branch information
shepherd-l authored Mar 16, 2023
2 parents c9cf27a + d42191a commit 1db7ca5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
# branches to consider in the event; optional, defaults to all
branches:
- main
- develop
# pull_request event is required only for autolabeler
pull_request:
# Only following types are handled by the action, but one can default to all as well
Expand Down
8 changes: 7 additions & 1 deletion OneSignalExample/Assets/OneSignal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,22 @@ 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 to [4.8.5](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/4.8.5)
- Updated included iOS SDK to [3.12.4](https://github.com/OneSignal/OneSignal-iOS-SDK/releases/tag/3.12.4)
### Fixed
- Fixed InstallEdm4uStep to work with UPM EDM4U installations

## [3.0.9]
### Fixed
- Android - Lock OneSignal version so it doesn't get bumped to the next major version.

## [3.0.8]
### Changed
- Renamed `enterLiveActivity` to `EnterLiveActivity` and `exitLiveActivity` to `ExitLiveActivity`
- Updated Unity Verified Solutions Attribution script from VspAttribution to VSAttribution
### Fixed
- Resolved serialization depth limit 10 exceeded warning log
- Fixed InstallEdm4uStep to work with UPM EDM4U installations

## [3.0.7]
### Changed
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.3]" />
<androidPackage spec="com.onesignal:OneSignal:[4.8.5]" />
</androidPackages>
</dependencies>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<dependencies>
<iosPods>
<iosPod name="OneSignalXCFramework" version="3.12.3" addToAllTargets="true" />
<iosPod name="OneSignalXCFramework" version="3.12.4" addToAllTargets="true" />
</iosPods>
</dependencies>

0 comments on commit 1db7ca5

Please sign in to comment.