8000 Merge branch 'hotfix/5.86.2' into main · codezwc/Android-1@5a5b7da · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a5b7da

Browse files
committed
Merge branch 'hotfix/5.86.2' into main
2 parents 1149f2b + f43dc32 commit 5a5b7da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/java/com/duckduckgo/app/bookmarks/ui/BookmarksActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ class BookmarksActivity : DuckDuckGoActivity() {
272272
get() = "bookmarks_ddg_${formattedTimestamp()}.html"
273273

274274
private fun formattedTimestamp(): String = formatter.format(Date())
275-
private val formatter: SimpleDateFormat = SimpleDateFormat("MMddYY", Locale.US).apply {
275+
private val formatter: SimpleDateFormat = SimpleDateFormat("yyyyMMdd", Locale.US).apply {
276276
timeZone = TimeZone.getTimeZone("UTC")
277277
}
278278
}

app/version/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION=5.86.1
1+
VERSION=5.86.2

0 commit comments

Comments
 (0)
0