Skip to content

Commit 5e04cb7

Browse files
committed
Lock OneSignal Android Version
This prevents it from being bumped by EDM4U which can cause unpredictable behavior. This resolves #573 which was due to EDM4U bumping to the major 5.0.0 version of OneSignal which has breaking API changes.
1 parent 25edf64 commit 5e04cb7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

OneSignalExample/Assets/OneSignal/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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+
### Fixed
9+
- Android - Lock OneSignal version so it doesn't get bumped to the next major version.
810
## [3.0.8]
911
### Changed
1012
- Renamed `enterLiveActivity` to `EnterLiveActivity` and `exitLiveActivity` to `ExitLiveActivity`

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.3" />
6+
<androidPackage spec="com.onesignal:OneSignal:[4.8.3]" />
77
</androidPackages>
88
</dependencies>

0 commit comments

Comments
 (0)