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.12.2 '
27+ static def VERSION_NAME = ' 3.12.3 '
2828
2929 static def GROUP_ID = ' com.onesignal'
3030 static def POM_DESCRIPTION = ' OneSignal Android SDK'
Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ static boolean isForeground() {
416416 private static TrackAmazonPurchase trackAmazonPurchase ;
417417 private static TrackFirebaseAnalytics trackFirebaseAnalytics ;
418418
419- public static final String VERSION = "031202 " ;
419+ public static final String VERSION = "031203 " ;
420420
421421 private static OSSessionManager .SessionListener getNewSessionListener () {
422422 return new OSSessionManager .SessionListener () {
You can’t perform that action at this time.
0 commit comments