Skip to content

Commit

Permalink
Merge pull request #1831 from OneSignal/release-5.0.1
Browse files Browse the repository at this point in the history
Release 5.0.1
  • Loading branch information
emawby authored and jinliu9508 committed Jan 31, 2024
2 parents 78f3dc9 + 7d467de commit df78d98
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 = "050000"
const val sdkVersion: String = "050001"

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

0 comments on commit df78d98

Please sign in to comment.