Skip to content

Commit 1db7ca5

Browse files
authored
Merge pull request #595 from OneSignal/updateNativeSDKs
[FEATURE] Update OneSignal Android and iOS SDK
2 parents c9cf27a + d42191a commit 1db7ca5

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.github/workflows/release-drafter.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
# branches to consider in the event; optional, defaults to all
77
branches:
88
- main
9-
- develop
109
# pull_request event is required only for autolabeler
1110
pull_request:
1211
# Only following types are handled by the action, but one can default to all as well

OneSignalExample/Assets/OneSignal/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,22 @@ 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 to [4.8.5](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/4.8.5)
10+
- Updated included iOS SDK to [3.12.4](https://github.com/OneSignal/OneSignal-iOS-SDK/releases/tag/3.12.4)
11+
### Fixed
12+
- Fixed InstallEdm4uStep to work with UPM EDM4U installations
13+
814
## [3.0.9]
915
### Fixed
1016
- Android - Lock OneSignal version so it doesn't get bumped to the next major version.
17+
1118
## [3.0.8]
1219
### Changed
1320
- Renamed `enterLiveActivity` to `EnterLiveActivity` and `exitLiveActivity` to `ExitLiveActivity`
1421
- Updated Unity Verified Solutions Attribution script from VspAttribution to VSAttribution
1522
### Fixed
1623
- Resolved serialization depth limit 10 exceeded warning log
17-
- Fixed InstallEdm4uStep to work with UPM EDM4U installations
1824

1925
## [3.0.7]
2026
### Changed

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

0 commit comments

Comments
 (0)