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.7.3 '
35
+ static def VERSION_NAME = ' 4.7.4 '
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 @@ -424,7 +424,7 @@ static void setInForeground(boolean inForeground) {
424
424
private static TrackAmazonPurchase trackAmazonPurchase ;
425
425
private static TrackFirebaseAnalytics trackFirebaseAnalytics ;
426
426
427
- private static final String VERSION = "040703 " ;
427
+ private static final String VERSION = "040704 " ;
428
428
public static String getSdkVersionRaw () {
429
429
return VERSION ;
430
430
}
You can’t perform that action at this time.
0 commit comments