Skip to content

Commit

Permalink
Release Commit 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightsd01 committed May 7, 2018
1 parent d16f1c7 commit f5dc7df
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.8.4'
static def VERSION_NAME = '3.9.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 @@ -343,7 +343,7 @@ public void init() {
private static TrackAmazonPurchase trackAmazonPurchase;
private static TrackFirebaseAnalytics trackFirebaseAnalytics;

public static final String VERSION = "030804";
public static final String VERSION = "030900";

private static AdvertisingIdentifierProvider mainAdIdProvider = new AdvertisingIdProviderGPS();

Expand Down

0 comments on commit f5dc7df

Please sign in to comment.