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 @@ -85,12 +85,12 @@ dependencies {
8585 implementation ' com.github.bumptech.glide:glide:4.12.0'
8686
8787 /* * START - Google Play Builds **/
88- gmsImplementation(' com.onesignal:OneSignal:5.2.0-beta-02 ' )
88+ gmsImplementation(' com.onesignal:OneSignal:5.2.0-beta-03 ' )
8989 /* * END - Google Play Builds **/
9090
9191 /* * START - Huawei Builds **/
9292 // Omit Google / Firebase libraries for Huawei builds.
93- huaweiImplementation(' com.onesignal:OneSignal:5.2.0-beta-02 ' ) {
93+ huaweiImplementation(' com.onesignal:OneSignal:5.2.0-beta-03 ' ) {
9494 exclude group : ' com.google.android.gms' , module : ' play-services-gcm'
9595 exclude group : ' com.google.android.gms' , module : ' play-services-analytics'
9696 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-02 '
6+ version = ' 5.2.0-beta-03 '
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