Skip to content

Commit

Permalink
3.9.3 Release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jkasten2 committed Jul 19, 2018
1 parent fa8d1ca commit 3cc4c31
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.9.2'
static def VERSION_NAME = '3.9.3'

// 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 = "030902";
public static final String VERSION = "030903";

private static AdvertisingIdentifierProvider mainAdIdProvider = new AdvertisingIdProviderGPS();

Expand Down

0 comments on commit 3cc4c31

Please sign in to comment.