Update CustomWatchface version to v0.2

This commit is contained in:
Philoul 2023-08-12 18:15:02 +02:00
parent c496b132dd
commit 04dd42241a

View file

@ -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 {