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 Feb 6, 2024
2 parents 2105b66 + 4a990b6 commit aaf5963
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 aaf5963

Please sign in to comment.