Skip to content

Commit 6e58fa0

Browse files
committed
bumping version numbers for beta 4 release
1 parent 3e39c0a commit 6e58fa0

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-beta3 Migration Guide
1+
# Android v5.0.0-beta4 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-beta3'
6+
version = '5.0.0-beta4'
77
configurations.all {
88
resolutionStrategy.dependencySubstitution {
99
substitute(module('com.onesignal:OneSignal')).using(project(':OneSignal'))

0 commit comments

Comments
 (0)