File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/onesignal Expand file tree Collapse file tree 2 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.5.5 "
27
+ static def VERSION_NAME = " 3.5.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 @@ -187,7 +187,7 @@ public void init() {
187
187
private static TrackGooglePurchase trackGooglePurchase ;
188
188
private static TrackAmazonPurchase trackAmazonPurchase ;
189
189
190
- public static final String VERSION = "030505 " ;
190
+ public static final String VERSION = "030506 " ;
191
191
192
192
private static AdvertisingIdentifierProvider mainAdIdProvider = new AdvertisingIdProviderGPS ();
193
193
@@ -296,7 +296,7 @@ private static class IAPUpdateJob {
296
296
}
297
297
private static IAPUpdateJob iapUpdateJob ;
298
298
299
- private static OneSignal .Builder getCurrentOrNewInitBuilder () {
299
+ public static OneSignal .Builder getCurrentOrNewInitBuilder () {
300
300
if (mInitBuilder == null )
301
301
mInitBuilder = new OneSignal .Builder ();
302
302
return mInitBuilder ;
You can’t perform that action at this time.
0 commit comments