File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Examples/OneSignalDemo/app Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,12 +83,12 @@ dependencies {
8383 implementation ' com.github.bumptech.glide:glide:4.12.0'
8484
8585 /* * START - Google Play Builds **/
86- gmsImplementation(' com.onesignal:OneSignal:5.2.0-beta-01 ' )
86+ gmsImplementation(' com.onesignal:OneSignal:5.2.0-beta-02 ' )
8787 /* * END - Google Play Builds **/
8888
8989 /* * START - Huawei Builds **/
9090 // Omit Google / Firebase libraries for Huawei builds.
91- huaweiImplementation(' com.onesignal:OneSignal:5.2.0-beta-01 ' ) {
91+ huaweiImplementation(' com.onesignal:OneSignal:5.2.0-beta-02 ' ) {
9292 exclude group : ' com.google.android.gms' , module : ' play-services-gcm'
9393 exclude group : ' com.google.android.gms' , module : ' play-services-analytics'
9494 exclude group : ' com.google.android.gms' , module : ' play-services-location'
Original file line number Diff line number Diff line change 33gradle. rootProject {
44 allprojects {
55 group = ' com.onesignal'
6- version = ' 5.2.0-beta-01 '
6+ version = ' 5.2.0-beta-02 '
77 configurations. all {
88 resolutionStrategy. dependencySubstitution {
99 substitute(module(' com.onesignal:OneSignal' )). using(project(' :OneSignal' ))
You can’t perform that action at this time.
0 commit comments