Skip to content

Commit

Permalink
fix date format to long unix time
Browse files Browse the repository at this point in the history
  • Loading branch information
adonese committed Dec 14, 2022
1 parent 3cf6903 commit c6c9f6d
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 +1 @@
version=22.12.8
version=22.12.9
2 changes: 1 addition & 1 deletion lib/src/main/java/com/tuti/model/data.kt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ data class Notification(
val type: String?,
val to: String?,
val body: String?,
val date: String?,
val date: Long?,
val title: String?,
val data: EBSResponse?,
@SerialName("UUID") val uuid: String?,
Expand Down

0 comments on commit c6c9f6d

Please sign in to comment.