Skip to content
Snippets Groups Projects

Develop

Merged Jakub Witczak requested to merge develop into master
2 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -20,8 +20,9 @@ data class Credential(
@SerializedName("since")
val since: String = String.Empty,
@SerializedName("coverage")
val coverage: String = String.Empty
val coverage: String = String.Empty,
val lastUsed: String = DateUtils.getDateWithTimeFromTimestamp()
) {
val importedDate: String
get() = DateUtils.getDateWithTimeFromTimestamp()
get() = lastUsed
}
\ No newline at end of file
Loading