File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
src/main/java/com/onesignal Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 76
76
77
77
<!-- <service-->
78
78
<!-- android:name=".NotificationExtenderServiceTest"-->
79
+ <!-- android:permission="android.permission.BIND_JOB_SERVICE"-->
79
80
<!-- android:exported="false">-->
80
81
<!-- <intent-filter>-->
81
82
<!-- <action android:name="com.onesignal.NotificationExtender" />-->
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ 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.6.5 '
27
+ static def VERSION_NAME = ' 3.7.0 '
28
28
29
29
// Limit upper number (exclusive) to prevent untested versions
30
30
static def versionGroupOverrides = [
31
- ' com.google.android.gms' : ' [10.2.1,11.7.0) ' ,
32
- ' com.android.support' : ' [26.0.0,27.1.0) '
31
+ ' com.google.android.gms' : ' [10.2.1, 11.6.99] ' ,
32
+ ' com.android.support' : ' [26.0.0, 27.0.99] '
33
33
]
34
34
35
35
static def GROUP_ID = ' com.onesignal'
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ public void init() {
311
311
private static TrackAmazonPurchase trackAmazonPurchase ;
312
312
private static TrackFirebaseAnalytics trackFirebaseAnalytics ;
313
313
314
- public static final String VERSION = "030605 " ;
314
+ public static final String VERSION = "030700 " ;
315
315
316
316
private static AdvertisingIdentifierProvider mainAdIdProvider = new AdvertisingIdProviderGPS ();
317
317
You can’t perform that action at this time.
0 commit comments