Skip to content

Commit

Permalink
change initializer to enum version
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 committed Jul 1, 2024
1 parent e6a0abc commit e266c2e
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.19
version=0.1.20
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 @@ -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
)
Expand Down

0 comments on commit e266c2e

Please sign in to comment.