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