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 @@ -32,7 +32,7 @@ class Global {
3232 static def POM_NAME = ' OneSignal'
3333 static def POM_ARTIFACT_ID = ' OneSignal'
3434 static def POM_PACKAGING = ' aar'
35- static def VERSION_NAME = ' 4.8.6 '
35+ static def VERSION_NAME = ' 4.8.7 '
3636
3737 static def GROUP_ID = ' com.onesignal'
3838 static def POM_DESCRIPTION = ' OneSignal Android SDK'
Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ static void setInForeground(boolean inForeground) {
431431 private static TrackAmazonPurchase trackAmazonPurchase ;
432432 private static TrackFirebaseAnalytics trackFirebaseAnalytics ;
433433
434- private static final String VERSION = "040806 " ;
434+ private static final String VERSION = "040807 " ;
435435 public static String getSdkVersionRaw () {
436436 return VERSION ;
437437 }
You can’t perform that action at this time.
0 commit comments