8000 Merge branch 'release/5.65.0' into main · githublucas420/Android@86b57e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 86b57e6

Browse files
committed
Merge branch 'release/5.65.0' into main
2 parents 7e37e70 + e18635c commit 86b57e6

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

app/src/main/java/com/duckduckgo/app/browser/di/BrowserModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class BrowserModule {
168168
removeCookies: RemoveCookies,
169169
dispatcherProvider: DispatcherProvider
170170
): DuckDuckGoCookieManager {
171-
return WebViewCookieManager(cookieManager, AppUrl.Url.HOST, removeCookies, dispatcherProvider)
171+
return WebViewCookieManager(cookieManager, AppUrl.Url.COOKIES, removeCookies, dispatcherProvider)
172172
}
173173

174174
@Provides

app/src/main/java/com/duckduckgo/app/global/AppUrl.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class AppUrl {
2222
const val HOST = "duckduckgo.com"
2323
const val API = "https://$HOST"
2424
const val HOME = "https://$HOST"
25+
const val COOKIES = "https://$HOST"
2526
const val ABOUT = "https://$HOST/about"
2627
const val TOSDR = "https://tosdr.org"
2728
const val PIXEL = "https://improving.duckduckgo.com"

app/version/release-notes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## What's new in this release?
2-
Bug fixes and other improvements.
2+
In this release we fixed an issue that was causing DuckDuckGo settings to be reset when the fire button is used.
33

44
## Have feedback?
55
You can always reach us at https://duckduckgo.com/feedback.

app/version/version.properties

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

0 commit comments

Comments
 (0)
0