File tree Expand file tree Collapse file tree
src/main/java/com/onesignal Expand file tree Collapse file tree Original file line number Diff line number Diff 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.6.4 '
27+ static def VERSION_NAME = ' 3.6.5 '
2828
2929 // Limit upper number (exclusive) to prevent untested versions
3030 static def versionGroupOverrides = [
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ public void init() {
311311 private static TrackAmazonPurchase trackAmazonPurchase ;
312312 private static TrackFirebaseAnalytics trackFirebaseAnalytics ;
313313
314- public static final String VERSION = "030604 " ;
314+ public static final String VERSION = "030605 " ;
315315
316316 private static AdvertisingIdentifierProvider mainAdIdProvider = new AdvertisingIdProviderGPS ();
317317
You can’t perform that action at this time.
0 commit comments