Skip to content

Commit

Permalink
Release commit 03.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkasten2 committed Jul 16, 2019
1 parent 788f194 commit 88049a2
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.0'
static def VERSION_NAME = '3.11.1'

// 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 @@ -383,7 +383,7 @@ public void init() {
private static TrackAmazonPurchase trackAmazonPurchase;
private static TrackFirebaseAnalytics trackFirebaseAnalytics;

public static final String VERSION = "031100";
public static final String VERSION = "031101";

private static AdvertisingIdentifierProvider mainAdIdProvider = new AdvertisingIdProviderGPS();

Expand Down

0 comments on commit 88049a2

Please sign in to comment.