Skip to content

Commit

Permalink
Merge pull request #1852 from OneSignal/rel/5.0.2
Browse files Browse the repository at this point in the history
Release 5.0.2
  • Loading branch information
jennantilla authored Sep 25, 2023
2 parents a5c88de + 079139c commit 3488c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 sdkVersion: String = "050001"
const val sdkVersion: String = "050002"

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

0 comments on commit 3488c90

Please sign in to comment.