mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Merge pull request #3206 from kiwix/fix-nightly-filename
Fixes format of nightly filename date
This commit is contained in:
commit
30773dad42
@ -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