Skip to content

Commit 7f56342

Browse files
authored
Merge pull request #1769 from OneSignal/user-model/beta3_release
User Model beta 3 release
2 parents 23433b6 + 4665148 commit 7f56342

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MIGRATION_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Android v5.0.0-beta2 Migration Guide
1+
# Android v5.0.0-beta3 Migration Guide
22
In this release, we are making a significant shift from a device-centered model to a user-centered model. A user-centered model allows for more powerful omni-channel integrations within the OneSignal platform.
33

44
This migration guide will walk you through the Android SDK v5.0.0 changes as a result of this shift.

OneSignalSDK/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
gradle.rootProject {
44
allprojects {
55
group = 'com.onesignal'
6-
version = '5.0.0-beta2'
6+
version = '5.0.0-beta3'
77
configurations.all {
88
resolutionStrategy.dependencySubstitution {
99
substitute(module('com.onesignal:OneSignal')).using(project(':OneSignal'))

0 commit comments

Comments
 (0)