Skip to content

Commit 2bc9442

Browse files
committed
3.5.8 Release commit
1 parent 35dadcd commit 2bc9442

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

OneSignalSDK/onesignal/maven-push.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Global {
2424
static def POM_NAME = 'OneSignal'
2525
static def POM_ARTIFACT_ID = 'OneSignal'
2626
static def POM_PACKAGING = 'aar'
27-
static def VERSION_NAME = "3.5.7"
27+
static def VERSION_NAME = "3.5.8"
2828

2929
// Limit upper number (exclusive) to prevent untested versions
3030
static def versionGroupOverrides = [
@@ -33,7 +33,8 @@ class Global {
3333
// Android Support library v4 revision 26.0.0 increases minimum SDK to 14
3434

3535
// customtabs was not introduced until 23.0.0 so this is the min
36-
// Capping at 24.0.0 as GMS [9.6.0,10.2.4] locks to this
36+
// Capping at 24.0.0 as GMS [9.6.0,10.2.6] locks to this
37+
// gms:play-services-basement 11.0.0 bumped support-v4 dependency to 25.2.0 (full package)
3738
// Also note support v4 splits into parts in 24.2.0.
3839
// Compile errors will happen if versions are mix at and below this revision.
3940
'com.android.support': '[23.0.0,24.1.0)'

OneSignalSDK/onesignal/src/main/java/com/onesignal/OneSignal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public void init() {
187187
private static TrackGooglePurchase trackGooglePurchase;
188188
private static TrackAmazonPurchase trackAmazonPurchase;
189189

190-
public static final String VERSION = "030507";
190+
public static final String VERSION = "030508";
191191

192192
private static AdvertisingIdentifierProvider mainAdIdProvider = new AdvertisingIdProviderGPS();
193193

0 commit comments

Comments
 (0)