Skip to content

Commit

Permalink
bump version, change hw platform symbol too
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 committed Jan 28, 2025
1 parent feb7f5a commit 407315d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kotlin.code.style=official

group=io.rebble.libpebblecommon
version=0.1.26
version=0.1.27
org.gradle.jvmargs=-Xms128M -Xmx1G -XX:ReservedCodeCacheSize=200M
kotlin.native.binary.memoryModel=experimental
kotlin.mpp.androidSourceSetLayoutVersion=2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ enum class WatchHardwarePlatform(val protocolNumber: UByte, val watchType: Watch
PEBBLE_ONE_EV_2_3(3u, WatchType.APLITE, "ev2_3"),
PEBBLE_ONE_EV_2_4(4u, WatchType.APLITE, "ev2_4"),
PEBBLE_ONE_POINT_FIVE(5u, WatchType.APLITE, "v1_5"),
PEBBLE_ONE_POINT_ZERO(6u, WatchType.APLITE, "v2_0"),
PEBBLE_TWO_POINT_ZERO(6u, WatchType.APLITE, "v2_0"),
PEBBLE_SNOWY_EVT_2(7u, WatchType.BASALT, "snowy_evt2"),
PEBBLE_SNOWY_DVT(8u, WatchType.BASALT, "snowy_dvt"),
PEBBLE_BOBBY_SMILES(10u, WatchType.BASALT, "snowy_s3"),
Expand Down

0 comments on commit 407315d

Please sign in to comment.