Skip to content

Commit 2816d62

Browse files
committed
rollback instant change, bump version code
1 parent 77b16c4 commit 2816d62

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ android {
2727
applicationId "dev.rdnt.m8face"
2828
minSdk 28
2929
targetSdk 33
30-
versionCode 56
30+
versionCode 57
3131
versionName '3.0.0'
3232
}
3333

app/src/main/java/dev/rdnt/m8face/editor/WatchFaceConfigStateHolder.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ class WatchFaceConfigStateHolder(
139139

140140
Log.d(TAG, "createWatchFacePreview()")
141141

142-
val instant = LocalDateTime.parse("2020-10-10T21:30:36")
142+
// actual watch uses this date and not 09:30:36. changed to 22 instead of 10
143+
// for military time to be visible
144+
val instant = LocalDateTime.parse("2020-10-10T22:09:36")
143145
.atZone(ZoneId.of("UTC"))
144146
.toInstant()
145147

1 Byte
Loading
-18 Bytes
Loading

0 commit comments

Comments
 (0)