Skip to content

Commit

Permalink
Merge pull request #2028 from OneSignal/rel/4.8.8
Browse files Browse the repository at this point in the history
Release 4.8.8
  • Loading branch information
jkasten2 committed Mar 9, 2024
2 parents d53f59e + 769e6bc commit 74c0d20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Examples/OneSignalDemo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:4.12.0'

/** START - Google Play Builds **/
gmsImplementation('com.onesignal:OneSignal:4.6.3')
gmsImplementation('com.onesignal:OneSignal:4.8.8')
/** END - Google Play Builds **/

/** START - Huawei Builds **/
// Omit Google / Firebase libraries for Huawei builds.
huaweiImplementation('com.onesignal:OneSignal:4.6.3') {
huaweiImplementation('com.onesignal:OneSignal:4.8.8') {
exclude group: 'com.google.android.gms', module: 'play-services-gcm'
exclude group: 'com.google.android.gms', module: 'play-services-analytics'
exclude group: 'com.google.android.gms', module: 'play-services-location'
Expand Down
2 changes: 1 addition & 1 deletion OneSignalSDK/onesignal/maven-push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Global {
static def POM_NAME = 'OneSignal'
static def POM_ARTIFACT_ID = 'OneSignal'
static def POM_PACKAGING = 'aar'
static def VERSION_NAME = '4.8.7'
static def VERSION_NAME = '4.8.8'

static def GROUP_ID = 'com.onesignal'
static def POM_DESCRIPTION = 'OneSignal Android SDK'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ static void setInForeground(boolean inForeground) {
private static TrackAmazonPurchase trackAmazonPurchase;
private static TrackFirebaseAnalytics trackFirebaseAnalytics;

private static final String VERSION = "040807";
private static final String VERSION = "040808";
public static String getSdkVersionRaw() {
return VERSION;
}
Expand Down

0 comments on commit 74c0d20

Please sign in to comment.