Skip to content

Commit

Permalink
Release commit 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkasten2 committed Jun 3, 2021
1 parent 6fdfb55 commit 5ce615a
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 @@ -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.7'
static def VERSION_NAME = '3.16.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 @@ -450,7 +450,7 @@ static boolean isForeground() {
private static TrackAmazonPurchase trackAmazonPurchase;
private static TrackFirebaseAnalytics trackFirebaseAnalytics;

public static final String VERSION = "031507";
public static final String VERSION = "031600";

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

0 comments on commit 5ce615a

Please sign in to comment.