File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Examples/OneSignalDemo/app
onesignal/core/src/main/java/com/onesignal/common Expand file tree Collapse file tree 3 files changed +4
-4
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.1.21 ' )
86+ gmsImplementation(' com.onesignal:OneSignal:5.1.22 ' )
8787 /* * END - Google Play Builds **/
8888
8989 /* * START - Huawei Builds **/
9090 // Omit Google / Firebase libraries for Huawei builds.
91- huaweiImplementation(' com.onesignal:OneSignal:5.1.21 ' ) {
91+ huaweiImplementation(' com.onesignal:OneSignal:5.1.22 ' ) {
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 @@ -6,7 +6,7 @@ object OneSignalUtils {
66 /* *
77 * The version of this SDK.
88 */
9- const val SDK_VERSION : String = " 050121 "
9+ const val SDK_VERSION : String = " 050122 "
1010
1111 fun isValidEmail (email : String ): Boolean {
1212 if (email.isEmpty()) {
Original file line number Diff line number Diff line change 33gradle. rootProject {
44 allprojects {
55 group = ' com.onesignal'
6- version = ' 5.1.21 '
6+ version = ' 5.1.22 '
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