34 lines
1.3 KiB
Diff
34 lines
1.3 KiB
Diff
From aee3748ef3477e5ba2e4abeb42e52c0ace99da51 Mon Sep 17 00:00:00 2001
|
|
From: harvey186 <harvey186@hotmail.com>
|
|
Date: Mon, 19 Feb 2024 10:34:48 +0100
|
|
Subject: [PATCH] gradle
|
|
|
|
---
|
|
app/build.gradle | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/app/build.gradle b/app/build.gradle
|
|
index 8c9b9ee40..3d4617366 100644
|
|
--- a/app/build.gradle
|
|
+++ b/app/build.gradle
|
|
@@ -326,8 +326,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")
|
|
@@ -923,4 +923,4 @@ android.applicationVariants.configureEach { variant ->
|
|
}
|
|
|
|
// Enable expiration by major version.
|
|
-ext.gleanExpireByVersion = Config.majorVersion()
|
|
+ext.gleanExpireByVersion = 26
|
|
--
|
|
2.34.1
|
|
|