Skip to content

Commit feb29f1

Browse files
committed
3.10.6 Release commit
1 parent 5404ab3 commit feb29f1

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

OneSignalSDK.jar

4.43 KB
Binary file not shown.

OneSignalSDK/onesignal/maven-push.gradle

Lines changed: 1 addition & 1 deletion
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.10.5'
27+
static def VERSION_NAME = '3.10.6'
2828

2929
// Limit upper number (exclusive) to prevent untested versions
3030
static def versionGroupOverrides = [

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public void init() {
361361
private static TrackAmazonPurchase trackAmazonPurchase;
362362
private static TrackFirebaseAnalytics trackFirebaseAnalytics;
363363

364-
public static final String VERSION = "031005";
364+
public static final String VERSION = "031006";
365365

366366
private static AdvertisingIdentifierProvider mainAdIdProvider = new AdvertisingIdProviderGPS();
367367

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ For account issues and support please contact OneSignal support from the [OneSig
2828
To make things easier, we have published demo projects in the `/Examples` folder of this repository.
2929

3030
#### Supports:
31-
* Tested from Android 4.0.3 (API level 15) to Android 8.1 (27)
31+
* Tested from Android 4.0.3 (API level 15) to Android 9.0 (28)

0 commit comments

Comments
 (0)