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 @@ -84,12 +84,12 @@ dependencies {
84
84
implementation ' com.github.bumptech.glide:glide:4.12.0'
85
85
86
86
/* * START - Google Play Builds **/
87
- gmsImplementation(' com.onesignal:OneSignal:5.1.3 ' )
87
+ gmsImplementation(' com.onesignal:OneSignal:5.1.4 ' )
88
88
/* * END - Google Play Builds **/
89
89
90
90
/* * START - Huawei Builds **/
91
91
// Omit Google / Firebase libraries for Huawei builds.
92
- huaweiImplementation(' com.onesignal:OneSignal:5.1.3 ' ) {
92
+ huaweiImplementation(' com.onesignal:OneSignal:5.1.4 ' ) {
93
93
exclude group : ' com.google.android.gms' , module : ' play-services-gcm'
94
94
exclude group : ' com.google.android.gms' , module : ' play-services-analytics'
95
95
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 = " 050103 "
9
+ const val SDK_VERSION : String = " 050104 "
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.3 '
6
+ version = ' 5.1.4 '
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