From 603baaa856c059c65dd4f84f36fa8bb55bd07709 Mon Sep 17 00:00:00 2001 From: rhenwinch Date: Sat, 14 Sep 2024 16:29:19 +0800 Subject: [PATCH] refactor: migrate to new repository owner [part 4] --- .../flixclusive/core/network/util/okhttp/UserAgentManager.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/network/src/main/kotlin/com/flixclusive/core/network/util/okhttp/UserAgentManager.kt b/core/network/src/main/kotlin/com/flixclusive/core/network/util/okhttp/UserAgentManager.kt index ceb26d516..32b28f7ae 100644 --- a/core/network/src/main/kotlin/com/flixclusive/core/network/util/okhttp/UserAgentManager.kt +++ b/core/network/src/main/kotlin/com/flixclusive/core/network/util/okhttp/UserAgentManager.kt @@ -33,7 +33,7 @@ class UserAgentManager( } private val userAgentSourceUrl - = "https://flixclusive.github.io/user-agents/user-agents.min.json" + = "https://flixclusiveorg.github.io/user-agents/user-agents.min.json" fun loadLatestUserAgents() { val desktopKey = "desktop"