Skip to content

Commit 3a2650e

Browse files
committed
4.0.0-beta1 release commit
* This is commit isn't intented to be merge, it is to be used to cut a relese tag from. * Note, .jar version of the SDK is being dropped in the 4.0.0 major release
1 parent 982efec commit 3a2650e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OneSignalSDK/onesignal/maven-push.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Global {
2424
static def POM_NAME = 'OneSignal'
2525
static def POM_ARTIFACT_ID = 'OneSignal'
2626
static def POM_PACKAGING = 'aar'
27-
static def VERSION_NAME = '3.15.1'
27+
static def VERSION_NAME = '4.0.0-beta1'
2828

2929
static def GROUP_ID = 'com.onesignal'
3030
static def POM_DESCRIPTION = 'OneSignal Android SDK'

OneSignalSDK/onesignal/src/main/java/com/onesignal/OneSignal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ static boolean isInForeground() {
326326
private static TrackAmazonPurchase trackAmazonPurchase;
327327
private static TrackFirebaseAnalytics trackFirebaseAnalytics;
328328

329-
public static final String VERSION = "031501";
329+
public static final String VERSION = "040000";
330330

331331
private static OSSessionManager.SessionListener sessionListener = new OSSessionManager.SessionListener() {
332332
@Override

0 commit comments

Comments
 (0)