58 lines
2.2 KiB
Diff
58 lines
2.2 KiB
Diff
From d1ecde2ff6ef4908c9390a2b71f2a7835f469339 Mon Sep 17 00:00:00 2001
|
|
From: harvey186 <harvey186@hotmail.com>
|
|
Date: Tue, 18 Feb 2025 17:59:59 +0100
|
|
Subject: [PATCH] 15
|
|
|
|
---
|
|
app/build.gradle | 6 +++---
|
|
app/src/main/assets/geckoview-config.yaml | 4 ++--
|
|
2 files changed, 5 insertions(+), 5 deletions(-)
|
|
|
|
diff --git a/app/build.gradle b/app/build.gradle
|
|
index 1811066..ff5b7b0 100644
|
|
--- a/app/build.gradle
|
|
+++ b/app/build.gradle
|
|
@@ -43,7 +43,7 @@ android {
|
|
buildConfigField "String", "GIT_HASH", "\"\"" // see override in release builds for why it's blank.
|
|
// This should be the "public" base URL of AMO.
|
|
buildConfigField "String", "AMO_BASE_URL", "\"https://addons.mozilla.org\""
|
|
- buildConfigField "String", "AMO_COLLECTION_NAME", "\"LeOSium-Android\""
|
|
+ buildConfigField "String", "AMO_COLLECTION_NAME", "\"Waterfox-Android\""
|
|
buildConfigField "String", "AMO_COLLECTION_USER", "\"17224042\""
|
|
// This should be the base URL used to call the AMO API.
|
|
buildConfigField "String", "AMO_SERVER_URL", "\"https://services.addons.mozilla.org\""
|
|
@@ -133,7 +133,7 @@ android {
|
|
|
|
reset()
|
|
|
|
- include "x86", "armeabi-v7a", "arm64-v8a", "x86_64"
|
|
+ include "armeabi-v7a", "arm64-v8a"
|
|
}
|
|
}
|
|
|
|
@@ -319,7 +319,7 @@ dependencies {
|
|
implementation Deps.google_accompanist_swiperefresh
|
|
implementation Deps.coil
|
|
|
|
- implementation Deps.sentry
|
|
+// implementation Deps.sentry
|
|
|
|
implementation Deps.mozilla_compose_awesomebar
|
|
|
|
diff --git a/app/src/main/assets/geckoview-config.yaml b/app/src/main/assets/geckoview-config.yaml
|
|
index dbd1d24..28ece36 100644
|
|
--- a/app/src/main/assets/geckoview-config.yaml
|
|
+++ b/app/src/main/assets/geckoview-config.yaml
|
|
@@ -1,6 +1,6 @@
|
|
prefs:
|
|
network.trr.mode: 0
|
|
- network.trr.ohttp.config_uri: "https://dooh.cloudflare-dns.com/.well-known/doohconfig"
|
|
- network.trr.ohttp.uri: "https://dooh.cloudflare-dns.com/dns-query"
|
|
+ network.trr.ohttp.config_uri: "https://dooh.quad9.com/.well-known/doohconfig"
|
|
+ network.trr.ohttp.uri: "https://dooh.quad9/dns-query"
|
|
network.trr.ohttp.relay_uri: "https://dooh.waterfox.net/"
|
|
network.trr.use_ohttp: true
|
|
--
|
|
2.34.1
|
|
|