File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ===== 1.5.0 (2019-01-17) =====
2+
3+ * Os_fcm_notif: support Android notification channels
4+ * Os_tips: cancel all scheduled tips on page change
5+
16===== 1.4.0 (2019-01-14) =====
27
38* small fixes in the template and the documentation
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ module Data =
139139
140140 let add_notification_channel_id id t =
141141 (" android_channel_id" , `String id) :: t
142-
142+
143143 let add_notification_id id t =
144144 (" notId" , `Int id) :: t
145145
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ module Data :
228228 val add_notification_id : int -> t -> t
229229
230230 val add_notification_channel_id : string -> t -> t
231-
231+
232232 module Style :
233233 sig
234234 type t = Inbox | Picture
You can’t perform that action at this time.
0 commit comments