v1-t
parent
d1ecde2ff6
commit
8d0e3b28a2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -16,36 +16,10 @@
|
|||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 2025069875,
|
||||
"versionCode": 2025071025,
|
||||
"versionName": "1.0.9.2",
|
||||
"outputFile": "app-armeabi-v7a-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86_64"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 2025069875,
|
||||
"versionName": "1.0.9.2",
|
||||
"outputFile": "app-x86_64-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "x86"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 2025069875,
|
||||
"versionName": "1.0.9.2",
|
||||
"outputFile": "app-x86-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
|
@ -55,7 +29,7 @@
|
|||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 2025069875,
|
||||
"versionCode": 2025071025,
|
||||
"versionName": "1.0.9.2",
|
||||
"outputFile": "app-arm64-v8a-release.apk"
|
||||
}
|
||||
|
@ -67,8 +41,6 @@
|
|||
"maxApi": 30,
|
||||
"baselineProfiles": [
|
||||
"baselineProfiles/1/app-armeabi-v7a-release.dm",
|
||||
"baselineProfiles/1/app-x86_64-release.dm",
|
||||
"baselineProfiles/1/app-x86-release.dm",
|
||||
"baselineProfiles/1/app-arm64-v8a-release.dm"
|
||||
]
|
||||
},
|
||||
|
@ -77,8 +49,6 @@
|
|||
"maxApi": 2147483647,
|
||||
"baselineProfiles": [
|
||||
"baselineProfiles/0/app-armeabi-v7a-release.dm",
|
||||
"baselineProfiles/0/app-x86_64-release.dm",
|
||||
"baselineProfiles/0/app-x86-release.dm",
|
||||
"baselineProfiles/0/app-arm64-v8a-release.dm"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -0,0 +1,57 @@
|
|||
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
|
||||
|
Loading…
Reference in New Issue