Skip to content

Commit

Permalink
Release 3.12.1 (#874)
Browse files Browse the repository at this point in the history
* Release for 3.12.1

* Added updated jar and fixed some comments in build.gradle
  • Loading branch information
mikechoch authored Oct 23, 2019
1 parent bf091c8 commit fd4b902
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file modified OneSignalSDK.jar
Binary file not shown.
8 changes: 4 additions & 4 deletions OneSignalSDK/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,17 @@ dependencies {
}

// Use snapshot
// compile 'com.onesignal:OneSignal:4.0.0-SNAPSHOT'
// compile 'com.onesignal:OneSignal:4.0.0-20171206.043726-5'
// compile 'com.onesignal:OneSignal:4.0.0-SNAPSHOT'
// compile 'com.onesignal:OneSignal:4.0.0-20171206.043726-5'

// Use to run local .aar file
// compile(name: 'OneSignal-release', ext: 'aar')
// compile(name: 'OneSignal-release', ext: 'aar')

// New Instructions - Use for released SDK
// compile 'com.onesignal:OneSignal:[3.8.2, 3.99.99]'

// Old Instructions - Use for released SDK
// compile 'com.onesignal:OneSignal:3.+@aar'
// compile 'com.onesignal:OneSignal:3.+@aar'

implementation 'com.google.android.gms:play-services-location:16.0.0'

Expand Down
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.12.0'
static def VERSION_NAME = '3.12.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 @@ -416,7 +416,7 @@ static boolean isForeground() {
private static TrackAmazonPurchase trackAmazonPurchase;
private static TrackFirebaseAnalytics trackFirebaseAnalytics;

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

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

0 comments on commit fd4b902

Please sign in to comment.