File tree 3 files changed +4
-4
lines changed
Examples/OneSignalDemo/app
onesignal/core/src/main/java/com/onesignal/common
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,12 +83,12 @@ dependencies {
83
83
implementation ' com.github.bumptech.glide:glide:4.12.0'
84
84
85
85
/* * START - Google Play Builds **/
86
- gmsImplementation(' com.onesignal:OneSignal:5.1.30 ' )
86
+ gmsImplementation(' com.onesignal:OneSignal:5.1.31 ' )
87
87
/* * END - Google Play Builds **/
88
88
89
89
/* * START - Huawei Builds **/
90
90
// Omit Google / Firebase libraries for Huawei builds.
91
- huaweiImplementation(' com.onesignal:OneSignal:5.1.30 ' ) {
91
+ huaweiImplementation(' com.onesignal:OneSignal:5.1.31 ' ) {
92
92
exclude group : ' com.google.android.gms' , module : ' play-services-gcm'
93
93
exclude group : ' com.google.android.gms' , module : ' play-services-analytics'
94
94
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 {
6
6
/* *
7
7
* The version of this SDK.
8
8
*/
9
- const val SDK_VERSION : String = " 050130 "
9
+ const val SDK_VERSION : String = " 050131 "
10
10
11
11
fun isValidEmail (email : String ): Boolean {
12
12
if (email.isEmpty()) {
Original file line number Diff line number Diff line change 3
3
gradle. rootProject {
4
4
allprojects {
5
5
group = ' com.onesignal'
6
- version = ' 5.1.30 '
6
+ version = ' 5.1.31 '
7
7
configurations. all {
8
8
resolutionStrategy. dependencySubstitution {
9
9
substitute(module(' com.onesignal:OneSignal' )). using(project(' :OneSignal' ))
You can’t perform that action at this time.
0 commit comments