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 {
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.9.2 '
27+ static def VERSION_NAME = ' 3.9.3 '
2828
2929 // Limit upper number (exclusive) to prevent untested versions
3030 static def versionGroupOverrides = [
Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ public void init() {
343343 private static TrackAmazonPurchase trackAmazonPurchase ;
344344 private static TrackFirebaseAnalytics trackFirebaseAnalytics ;
345345
346- public static final String VERSION = "030902 " ;
346+ public static final String VERSION = "030903 " ;
347347
348348 private static AdvertisingIdentifierProvider mainAdIdProvider = new AdvertisingIdProviderGPS ();
349349
You can’t perform that action at this time.
0 commit comments