Skip to content

Commit

Permalink
Merge pull request #2219 from OneSignal/rel/5.2.0-beta-02
Browse files Browse the repository at this point in the history
Release 5.2.0-beta-02
  • Loading branch information
jinliu9508 authored Nov 22, 2024
2 parents 9c0b6b5 + e40d1e3 commit f4a9356
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Examples/OneSignalDemo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:4.12.0'

/** START - Google Play Builds **/
gmsImplementation('com.onesignal:OneSignal:5.2.0-beta-01')
gmsImplementation('com.onesignal:OneSignal:5.2.0-beta-02')
/** END - Google Play Builds **/

/** START - Huawei Builds **/
// Omit Google / Firebase libraries for Huawei builds.
huaweiImplementation('com.onesignal:OneSignal:5.2.0-beta-01') {
huaweiImplementation('com.onesignal:OneSignal:5.2.0-beta-02') {
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/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
gradle.rootProject {
allprojects {
group = 'com.onesignal'
version = '5.2.0-beta-01'
version = '5.2.0-beta-02'
configurations.all {
resolutionStrategy.dependencySubstitution {
substitute(module('com.onesignal:OneSignal')).using(project(':OneSignal'))
Expand Down

0 comments on commit f4a9356

Please sign in to comment.