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 {
32
32
static def POM_NAME = ' OneSignal'
33
33
static def POM_ARTIFACT_ID = ' OneSignal'
34
34
static def POM_PACKAGING = ' aar'
35
- static def VERSION_NAME = ' 4.8.6 '
35
+ static def VERSION_NAME = ' 4.8.7 '
36
36
37
37
static def GROUP_ID = ' com.onesignal'
38
38
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) {
431
431
private static TrackAmazonPurchase trackAmazonPurchase ;
432
432
private static TrackFirebaseAnalytics trackFirebaseAnalytics ;
433
433
434
- private static final String VERSION = "040806 " ;
434
+ private static final String VERSION = "040807 " ;
435
435
public static String getSdkVersionRaw () {
436
436
return VERSION ;
437
437
}
You can’t perform that action at this time.
0 commit comments