mirror of
https://github.com/AChep/keyguard-app.git
synced 2025-01-07 12:11:27 +01:00
Merge pull request #44 from DVDAndroid/patch-1
Show correct app build date
This commit is contained in:
commit
d8309415f2
@ -23,7 +23,6 @@ class GetAppBuildDateImpl(
|
||||
val dateFormat = SimpleDateFormat("yyyyMMdd")
|
||||
val date = dateFormat.parse(BuildKonfig.buildDate)!!
|
||||
Instant.fromEpochMilliseconds(date.time)
|
||||
Clock.System.now()
|
||||
}
|
||||
val date = formatter.formatDate(instant)
|
||||
emit(date)
|
||||
|
Loading…
Reference in New Issue
Block a user