Skip to content

Commit

Permalink
Merge pull request #1218 from OneSignal/release_3.15.5
Browse files Browse the repository at this point in the history
Release commit 3.15.5
  • Loading branch information
Jeasmine authored Nov 24, 2020
2 parents 93b5aba + a599720 commit b3be5d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified 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.4'
static def VERSION_NAME = '3.15.5'

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 @@ -430,7 +430,7 @@ static boolean isForeground() {
private static TrackAmazonPurchase trackAmazonPurchase;
private static TrackFirebaseAnalytics trackFirebaseAnalytics;

public static final String VERSION = "031504";
public static final String VERSION = "031505";

private static OSSessionManager.SessionListener sessionListener = new OSSessionManager.SessionListener() {
@Override
Expand Down

0 comments on commit b3be5d2

Please sign in to comment.