File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
src/main/java/com/onesignal Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class Global {
24
24
static def POM_NAME = ' OneSignal'
25
25
static def POM_ARTIFACT_ID = ' OneSignal'
26
26
static def POM_PACKAGING = ' aar'
27
- static def VERSION_NAME = ' 3.10.5 '
27
+ static def VERSION_NAME = ' 3.10.6 '
28
28
29
29
// Limit upper number (exclusive) to prevent untested versions
30
30
static def versionGroupOverrides = [
Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ public void init() {
361
361
private static TrackAmazonPurchase trackAmazonPurchase ;
362
362
private static TrackFirebaseAnalytics trackFirebaseAnalytics ;
363
363
364
- public static final String VERSION = "031005 " ;
364
+ public static final String VERSION = "031006 " ;
365
365
366
366
private static AdvertisingIdentifierProvider mainAdIdProvider = new AdvertisingIdProviderGPS ();
367
367
Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ For account issues and support please contact OneSignal support from the [OneSig
28
28
To make things easier, we have published demo projects in the ` /Examples ` folder of this repository.
29
29
30
30
#### 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 )
You can’t perform that action at this time.
0 commit comments