We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540fb20 commit 71594b4Copy full SHA for 71594b4
gradle.properties
@@ -1,7 +1,7 @@
1
kotlin.code.style=official
2
3
group=io.rebble.libpebblecommon
4
-version=0.1.25
+version=0.1.26
5
org.gradle.jvmargs=-Xms128M -Xmx1G -XX:ReservedCodeCacheSize=200M
6
kotlin.native.binary.memoryModel=experimental
7
kotlin.mpp.androidSourceSetLayoutVersion=2
src/commonMain/kotlin/io/rebble/libpebblecommon/packets/System.kt
@@ -337,6 +337,7 @@ enum class ProtocolCapsFlag(val value: Int) {
337
SupportsLocalization(4),
338
Supports8kAppMessage(5),
339
SupportsHealthInsights(6),
340
+ SupportsAppDictation(7),
341
SupportsSendTextApp(8),
342
SupportsUnreadCoreDump(10),
343
SupportsWeatherApp(11),
0 commit comments