Skip to content

Commit

Permalink
3.5.4 Release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jkasten2 committed May 5, 2017
1 parent c4ffa7d commit fedcb45
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.5.3"
static def VERSION_NAME = "3.5.4"

// 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 @@ -187,7 +187,7 @@ public void init() {
private static TrackGooglePurchase trackGooglePurchase;
private static TrackAmazonPurchase trackAmazonPurchase;

public static final String VERSION = "030503";
public static final String VERSION = "030504";

private static AdvertisingIdentifierProvider mainAdIdProvider = new AdvertisingIdProviderGPS();

Expand Down

0 comments on commit fedcb45

Please sign in to comment.