Skip to content

Commit

Permalink
Merge pull request #2058 from OneSignal/rel/5.1.9
Browse files Browse the repository at this point in the history
Release 5.1.9
  • Loading branch information
jkasten2 committed Apr 15, 2024
2 parents c3ba173 + 57a5e16 commit bc61498
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.8')
gmsImplementation('com.onesignal:OneSignal:5.1.9')
/** END - Google Play Builds **/

/** START - Huawei Builds **/
// Omit Google / Firebase libraries for Huawei builds.
huaweiImplementation('com.onesignal:OneSignal:5.1.8') {
huaweiImplementation('com.onesignal:OneSignal:5.1.9') {
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 = "050108"
const val SDK_VERSION: String = "050109"

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.8'
version = '5.1.9'
configurations.all {
resolutionStrategy.dependencySubstitution {
substitute(module('com.onesignal:OneSignal')).using(project(':OneSignal'))
Expand Down

0 comments on commit bc61498

Please sign in to comment.