Skip to content

Commit 407315d

Browse files
committed
bump version, change hw platform symbol too
1 parent feb7f5a commit 407315d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kotlin.code.style=official
22

33
group=io.rebble.libpebblecommon
4-
version=0.1.26
4+
version=0.1.27
55
org.gradle.jvmargs=-Xms128M -Xmx1G -XX:ReservedCodeCacheSize=200M
66
kotlin.native.binary.memoryModel=experimental
77
kotlin.mpp.androidSourceSetLayoutVersion=2

src/commonMain/kotlin/io/rebble/libpebblecommon/metadata/WatchHardwarePlatform.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ enum class WatchHardwarePlatform(val protocolNumber: UByte, val watchType: Watch
1515
PEBBLE_ONE_EV_2_3(3u, WatchType.APLITE, "ev2_3"),
1616
PEBBLE_ONE_EV_2_4(4u, WatchType.APLITE, "ev2_4"),
1717
PEBBLE_ONE_POINT_FIVE(5u, WatchType.APLITE, "v1_5"),
18-
PEBBLE_ONE_POINT_ZERO(6u, WatchType.APLITE, "v2_0"),
18+
PEBBLE_TWO_POINT_ZERO(6u, WatchType.APLITE, "v2_0"),
1919
PEBBLE_SNOWY_EVT_2(7u, WatchType.BASALT, "snowy_evt2"),
2020
PEBBLE_SNOWY_DVT(8u, WatchType.BASALT, "snowy_dvt"),
2121
PEBBLE_BOBBY_SMILES(10u, WatchType.BASALT, "snowy_s3"),

0 commit comments

Comments
 (0)