You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Version Bump Workflow
* renamed the file
* Update version-bump.yml
test branch
* Update version-bump.yml
Update path
* fix order
* fix typo
* Update version-bump.yml
Delete branch if it exists
* cat files
* Update version-bump.yml
branch name
* Update gradle.properties
test
* Update version-bump.yml
fix branch name
* fixed branch names
* test branch name
* cleanup
* changed it back to main
* cleanup
* ktlint check
* Cleanup
* New link
e
* Gather summaries
* Warning message when no commits present
* Cleaned up based on feedback
* trigger on branch
* test from local
* Fail to build if version number not present
* added documentation
* Added more checks
---------
Co-authored-by: AR Abdul Azeez <[email protected]>
Copy file name to clipboardExpand all lines: OneSignalSDK/onesignal/core/src/main/java/com/onesignal/user/internal/operations/impl/executors/LoginUserOperationExecutor.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -296,7 +296,7 @@ internal class LoginUserOperationExecutor(
Copy file name to clipboardExpand all lines: OneSignalSDK/onesignal/core/src/main/java/com/onesignal/user/internal/operations/impl/executors/SubscriptionOperationExecutor.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ internal class SubscriptionOperationExecutor(
98
98
address,
99
99
enabled,
100
100
status.value,
101
-
OneSignalUtils.SDK_VERSION,
101
+
OneSignalUtils.sdkVersion,
102
102
Build.MODEL,
103
103
Build.VERSION.RELEASE,
104
104
RootToolsInternalMethods.isRooted,
@@ -181,7 +181,7 @@ internal class SubscriptionOperationExecutor(
0 commit comments