Skip to content

Commit

Permalink
Merge pull request #1540 from OneSignal/android_native_release_4.7.0
Browse files Browse the repository at this point in the history
Release 4.7.0
  • Loading branch information
nan-li authored Mar 3, 2022
2 parents ce6b49b + 40d4f9f commit ac8c2a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OneSignalSDK/onesignal/maven-push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Global {
static def POM_NAME = 'OneSignal'
static def POM_ARTIFACT_ID = 'OneSignal'
static def POM_PACKAGING = 'aar'
static def VERSION_NAME = '4.6.7'
static def VERSION_NAME = '4.7.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 @@ -423,7 +423,7 @@ static void setInForeground(boolean inForeground) {
private static TrackAmazonPurchase trackAmazonPurchase;
private static TrackFirebaseAnalytics trackFirebaseAnalytics;

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

0 comments on commit ac8c2a7

Please sign in to comment.