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 @@ -84,12 +84,12 @@ dependencies {
8484 implementation ' com.github.bumptech.glide:glide:4.12.0'
8585
8686 /* * START - Google Play Builds **/
87- gmsImplementation(' com.onesignal:OneSignal:5.1.12 ' )
87+ gmsImplementation(' com.onesignal:OneSignal:5.1.13 ' )
8888 /* * END - Google Play Builds **/
8989
9090 /* * START - Huawei Builds **/
9191 // Omit Google / Firebase libraries for Huawei builds.
92- huaweiImplementation(' com.onesignal:OneSignal:5.1.12 ' ) {
92+ huaweiImplementation(' com.onesignal:OneSignal:5.1.13 ' ) {
9393 exclude group : ' com.google.android.gms' , module : ' play-services-gcm'
9494 exclude group : ' com.google.android.gms' , module : ' play-services-analytics'
9595 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 = " 050112 "
9+ const val SDK_VERSION : String = " 050113 "
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.12 '
6+ version = ' 5.1.13 '
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