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
+
1
6
===== 1.4.0 (2019-01-14) =====
2
7
3
8
* small fixes in the template and the documentation
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ module Data =
139
139
140
140
let add_notification_channel_id id t =
141
141
(" android_channel_id" , `String id) :: t
142
-
142
+
143
143
let add_notification_id id t =
144
144
(" notId" , `Int id) :: t
145
145
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ module Data :
228
228
val add_notification_id : int -> t -> t
229
229
230
230
val add_notification_channel_id : string -> t -> t
231
-
231
+
232
232
module Style :
233
233
sig
234
234
type t = Inbox | Picture
You can’t perform that action at this time.
0 commit comments