File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
src/main/java/com/onesignal Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class Global {
24
24
static def POM_NAME = ' OneSignal'
25
25
static def POM_ARTIFACT_ID = ' OneSignal'
26
26
static def POM_PACKAGING = ' aar'
27
- static def VERSION_NAME = ' 3.15.6 '
27
+ static def VERSION_NAME = ' 4.0.0-beta3 '
28
28
29
29
static def GROUP_ID = ' com.onesignal'
30
30
static def POM_DESCRIPTION = ' OneSignal Android SDK'
Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ static void setInForeground(boolean inForeground) {
347
347
private static TrackAmazonPurchase trackAmazonPurchase ;
348
348
private static TrackFirebaseAnalytics trackFirebaseAnalytics ;
349
349
350
- private static final String VERSION = "031506 " ;
350
+ private static final String VERSION = "040000 " ;
351
351
public static String getSdkVersionRaw () {
352
352
return VERSION ;
353
353
}
You can’t perform that action at this time.
0 commit comments