Update CustomWatchface version to v0.2
This commit is contained in:
parent
c496b132dd
commit
04dd42241a
|
@ -54,7 +54,7 @@ class CustomWatchface : BaseWatchFace() {
|
|||
private var lowBatColor = Color.RED
|
||||
private var bgColor = Color.WHITE
|
||||
|
||||
val CUSTOM_VERSION = "v0.1"
|
||||
val CUSTOM_VERSION = "v0.2"
|
||||
|
||||
@Suppress("DEPRECATION")
|
||||
override fun inflateLayout(inflater: LayoutInflater): ViewBinding {
|
||||
|
|
Loading…
Reference in a new issue