Skip to content

Commit

Permalink
add dictation capability
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 committed Oct 21, 2024
1 parent 540fb20 commit 71594b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.25
version=0.1.26
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 @@ -337,6 +337,7 @@ enum class ProtocolCapsFlag(val value: Int) {
SupportsLocalization(4),
Supports8kAppMessage(5),
SupportsHealthInsights(6),
SupportsAppDictation(7),
SupportsSendTextApp(8),
SupportsUnreadCoreDump(10),
SupportsWeatherApp(11),
Expand Down

0 comments on commit 71594b4

Please sign in to comment.