mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Fixes format of nightly filename date
This commit is contained in:
parent
744eda8287
commit
f74c786d2c
@ -94,7 +94,7 @@ class AppConfigurer {
|
||||
"kiwix-universal-${getCurrentDate()}.apk"
|
||||
|
||||
private fun getCurrentDate() =
|
||||
Date().let(SimpleDateFormat("dd-MM-yyyy", Locale.ROOT)::format)
|
||||
Date().let(SimpleDateFormat("yyyy-MM-dd", Locale.ROOT)::format)
|
||||
|
||||
private fun configureDependencies(target: Project) {
|
||||
target.dependencies {
|
||||
|
Loading…
x
Reference in New Issue
Block a user