Skip to content

Commit 71594b4

Browse files
committed
add dictation capability
1 parent 540fb20 commit 71594b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
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.25
4+
version=0.1.26
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/packets/System.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ enum class ProtocolCapsFlag(val value: Int) {
337337
SupportsLocalization(4),
338338
Supports8kAppMessage(5),
339339
SupportsHealthInsights(6),
340+
SupportsAppDictation(7),
340341
SupportsSendTextApp(8),
341342
SupportsUnreadCoreDump(10),
342343
SupportsWeatherApp(11),

0 commit comments

Comments
 (0)