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.6.5 '
35
+ static def VERSION_NAME = ' 4.6.6 '
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 @@ -402,7 +402,7 @@ static void setInForeground(boolean inForeground) {
402
402
private static TrackAmazonPurchase trackAmazonPurchase ;
403
403
private static TrackFirebaseAnalytics trackFirebaseAnalytics ;
404
404
405
- private static final String VERSION = "040605 " ;
405
+ private static final String VERSION = "040606 " ;
406
406
public static String getSdkVersionRaw () {
407
407
return VERSION ;
408
408
}
You can’t perform that action at this time.
0 commit comments