Skip to content

Commit

Permalink
Merge pull request #1733 from OneSignal/user-model/wrapper-sdkversion…
Browse files Browse the repository at this point in the history
…-settable

[User Model] Make `sdkVersion` in OneSignalWrapper settable.
  • Loading branch information
brismithers authored and jinliu9508 committed Jan 31, 2024
2 parents 0f5d7d6 + 0b65d91 commit c8aba3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ object OneSignalWrapper {
* The version of the wrapper SDK.
*/
@JvmStatic
val sdkVersion: String? = null
var sdkVersion: String? = null
}

0 comments on commit c8aba3d

Please sign in to comment.