diff --git a/gradle.properties b/gradle.properties index 122a8cd..10487ee 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ kotlin.code.style=official group=io.rebble.libpebblecommon -version=0.1.19 +version=0.1.20 org.gradle.jvmargs=-Xms128M -Xmx1G -XX:ReservedCodeCacheSize=200M kotlin.native.binary.memoryModel=experimental kotlin.mpp.androidSourceSetLayoutVersion=2 diff --git a/src/commonMain/kotlin/io/rebble/libpebblecommon/packets/blobdb/Notification.kt b/src/commonMain/kotlin/io/rebble/libpebblecommon/packets/blobdb/Notification.kt index 94c60fe..91cc1d6 100644 --- a/src/commonMain/kotlin/io/rebble/libpebblecommon/packets/blobdb/Notification.kt +++ b/src/commonMain/kotlin/io/rebble/libpebblecommon/packets/blobdb/Notification.kt @@ -77,7 +77,7 @@ open class PushNotification(subject: String, sender: String? = null, message: St 0u, TimelineItem.Type.Notification, 0u, - 0x01u, + TimelineItem.Layout.GenericPin, attributes, actions )