Skip to content

Commit

Permalink
3.12.0 Release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jkasten2 committed Oct 17, 2019
1 parent 7e19198 commit f6c1fb7
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.11.4'
static def VERSION_NAME = '3.12.0'

// Limit upper number (exclusive) to prevent untested versions
static def versionGroupOverrides = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ static boolean isForeground() {
private static TrackAmazonPurchase trackAmazonPurchase;
private static TrackFirebaseAnalytics trackFirebaseAnalytics;

public static final String VERSION = "031104";
public static final String VERSION = "031200";

private static OSSessionManager.SessionListener getNewSessionListener() {
return new OSSessionManager.SessionListener() {
Expand Down

0 comments on commit f6c1fb7

Please sign in to comment.