Skip to content

Commit

Permalink
update UserData
Browse files Browse the repository at this point in the history
  • Loading branch information
Meherdeep committed Nov 21, 2022
1 parent 5a65dde commit bdf2ff0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions .idea/deploymentTargetDropDown.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ data class UIKitData(
@SerialName("version") var version: String,
) : java.io.Serializable {
companion object {
val current: UIKitData = UIKitData("android", "native", "2.1.0")
val current: UIKitData = UIKitData("android", "native", "4.0.1")
}
}

Expand Down

0 comments on commit bdf2ff0

Please sign in to comment.