From 991fbcb0d4ca8984a9af53f4422af0b8faa95fb1 Mon Sep 17 00:00:00 2001 From: Philoul Date: Sun, 20 Aug 2023 23:13:00 +0200 Subject: [PATCH] Wear CWF: v0.10 --- .../java/info/nightscout/rx/weardata/CustomWatchfaceFormat.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-wear-shared/shared/src/main/java/info/nightscout/rx/weardata/CustomWatchfaceFormat.kt b/app-wear-shared/shared/src/main/java/info/nightscout/rx/weardata/CustomWatchfaceFormat.kt index f744a2616f..39070179e7 100644 --- a/app-wear-shared/shared/src/main/java/info/nightscout/rx/weardata/CustomWatchfaceFormat.kt +++ b/app-wear-shared/shared/src/main/java/info/nightscout/rx/weardata/CustomWatchfaceFormat.kt @@ -17,7 +17,7 @@ import java.util.zip.ZipEntry import java.util.zip.ZipInputStream import java.util.zip.ZipOutputStream -val CUSTOM_VERSION = "0.9" +val CUSTOM_VERSION = "0.10" enum class CustomWatchfaceDrawableDataKey(val key: String, @DrawableRes val icon: Int?, val fileName: String) { UNKNOWN("unknown", null, "Unknown"), CUSTOM_WATCHFACE("customWatchface", R.drawable.watchface_custom, "CustomWatchface"),