37 lines
1.4 KiB
Diff
37 lines
1.4 KiB
Diff
|
From de5949e762ba7806b8489b0c937d259273228ff8 Mon Sep 17 00:00:00 2001
|
||
|
From: harvey186 <harvey186@hotmail.com>
|
||
|
Date: Wed, 21 Feb 2024 13:11:06 +0100
|
||
|
Subject: [PATCH] build-gradle
|
||
|
|
||
|
---
|
||
|
app/build.gradle | 6 +-
|
||
|
patches/0001-components-search.patch | 1048 ++++++++++++++++++++++++++
|
||
|
patches/0010-search.patch | 29 +
|
||
|
1 files changed, 1080 insertions(+), 3 deletions(-)
|
||
|
|
||
|
|
||
|
diff --git a/app/build.gradle b/app/build.gradle
|
||
|
index 567ac156c..aea2716eb 100644
|
||
|
--- a/app/build.gradle
|
||
|
+++ b/app/build.gradle
|
||
|
@@ -335,8 +335,8 @@ android.applicationVariants.configureEach { variant ->
|
||
|
// same version code. Therefore we need to have different version codes for our ARM and x86
|
||
|
// builds.
|
||
|
|
||
|
- def versionName = variant.buildType.name == 'nightly' ? Config.nightlyVersionName() : Config.releaseVersionName(project)
|
||
|
- println("versionName override: $versionName")
|
||
|
+ //def versionName = variant.buildType.name == 'nightly' ? Config.nightlyVersionName() : Config.releaseVersionName(project)
|
||
|
+ //println("versionName override: $versionName")
|
||
|
|
||
|
variant.outputs.each { output ->
|
||
|
def isMozillaOnline = project.hasProperty("mozillaOnline") || gradle.hasProperty("localProperties.mozillaOnline")
|
||
|
@@ -934,4 +934,4 @@ def getSupportedLocales() {
|
||
|
}
|
||
|
|
||
|
// Enable expiration by major version.
|
||
|
-ext.gleanExpireByVersion = Config.majorVersion()
|
||
|
+ext.gleanExpireByVersion = 26
|
||
|
--
|
||
|
2.34.1
|
||
|
|