v1-t
parent
88aeb345f3
commit
d1ecde2ff6
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue