File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
src/main/java/com/onesignal Expand file tree Collapse file tree 3 files changed +2
-2
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.11.3 '
27
+ static def VERSION_NAME = ' 3.11.4 '
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 @@ -383,7 +383,7 @@ public void init() {
383
383
private static TrackAmazonPurchase trackAmazonPurchase ;
384
384
private static TrackFirebaseAnalytics trackFirebaseAnalytics ;
385
385
386
- public static final String VERSION = "031103 " ;
386
+ public static final String VERSION = "031104 " ;
387
387
388
388
private static AdvertisingIdentifierProvider mainAdIdProvider = new AdvertisingIdProviderGPS ();
389
389
You can’t perform that action at this time.
0 commit comments