Skip to content

Commit

Permalink
Merge pull request #2071 from OneSignal/rel/5.1.10
Browse files Browse the repository at this point in the history
Release 5.1.10
  • Loading branch information
jkasten2 committed May 1, 2024
2 parents 6a6349e + 5ec8dcb commit a3575c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Examples/OneSignalDemo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:4.12.0'

/** START - Google Play Builds **/
gmsImplementation('com.onesignal:OneSignal:5.1.9')
gmsImplementation('com.onesignal:OneSignal:5.1.10')
/** END - Google Play Builds **/

/** START - Huawei Builds **/
// Omit Google / Firebase libraries for Huawei builds.
huaweiImplementation('com.onesignal:OneSignal:5.1.9') {
huaweiImplementation('com.onesignal:OneSignal:5.1.10') {
exclude group: 'com.google.android.gms', module: 'play-services-gcm'
exclude group: 'com.google.android.gms', module: 'play-services-analytics'
exclude group: 'com.google.android.gms', module: 'play-services-location'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object OneSignalUtils {
/**
* The version of this SDK.
*/
const val SDK_VERSION: String = "050109"
const val SDK_VERSION: String = "050110"

fun isValidEmail(email: String): Boolean {
if (email.isEmpty()) {
Expand Down
2 changes: 1 addition & 1 deletion OneSignalSDK/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
gradle.rootProject {
allprojects {
group = 'com.onesignal'
version = '5.1.9'
version = '5.1.10'
configurations.all {
resolutionStrategy.dependencySubstitution {
substitute(module('com.onesignal:OneSignal')).using(project(':OneSignal'))
Expand Down

0 comments on commit a3575c9

Please sign in to comment.