Skip to content

Commit

Permalink
Merge pull request #1236 from OneSignal/android_native_release_4.0.0
Browse files Browse the repository at this point in the history
4.0.0 Major Release
  • Loading branch information
jkasten2 committed Dec 9, 2020
2 parents bbfe513 + 1c5c4fd commit 285ea0f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed OneSignalSDK.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion OneSignalSDK/onesignal/maven-push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Global {
static def POM_NAME = 'OneSignal'
static def POM_ARTIFACT_ID = 'OneSignal'
static def POM_PACKAGING = 'aar'
static def VERSION_NAME = '3.15.6'
static def VERSION_NAME = '4.0.0'

static def GROUP_ID = 'com.onesignal'
static def POM_DESCRIPTION = 'OneSignal Android SDK'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ static void setInForeground(boolean inForeground) {
private static TrackAmazonPurchase trackAmazonPurchase;
private static TrackFirebaseAnalytics trackFirebaseAnalytics;

private static final String VERSION = "031506";
private static final String VERSION = "040000";
public static String getSdkVersionRaw() {
return VERSION;
}
Expand Down

0 comments on commit 285ea0f

Please sign in to comment.