File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/onesignal Expand file tree Collapse file tree 2 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 = ' 4.0 .0'
27+ static def VERSION_NAME = ' 4.1 .0'
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 @@ -370,7 +370,7 @@ static void setInForeground(boolean inForeground) {
370370 private static TrackAmazonPurchase trackAmazonPurchase ;
371371 private static TrackFirebaseAnalytics trackFirebaseAnalytics ;
372372
373- private static final String VERSION = "040000 " ;
373+ private static final String VERSION = "040100 " ;
374374 public static String getSdkVersionRaw () {
375375 return VERSION ;
376376 }
You can’t perform that action at this time.
0 commit comments