Merge pull request #44 from DVDAndroid/patch-1

Show correct app build date
This commit is contained in:
Artem Chepurnyi 2023-12-30 23:24:46 +02:00 committed by GitHub
commit d8309415f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)