Skip to content

Commit f967d55

Browse files
committed
3.5.7 Release commit
1 parent 4f0086b commit f967d55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OneSignalSDK/onesignal/maven-push.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 = "3.5.6"
27+
static def VERSION_NAME = "3.5.7"
2828

2929
// Limit upper number (exclusive) to prevent untested versions
3030
static def versionGroupOverrides = [

OneSignalSDK/onesignal/src/main/java/com/onesignal/OneSignal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public void init() {
187187
private static TrackGooglePurchase trackGooglePurchase;
188188
private static TrackAmazonPurchase trackAmazonPurchase;
189189

190-
public static final String VERSION = "030506";
190+
public static final String VERSION = "030507";
191191

192192
private static AdvertisingIdentifierProvider mainAdIdProvider = new AdvertisingIdProviderGPS();
193193

0 commit comments

Comments
 (0)