From c701fafd65b0e61dd286fce4f9be8e48bec17e8c Mon Sep 17 00:00:00 2001 From: relan Date: Sun, 24 Sep 2017 18:13:45 +0300 Subject: [PATCH] Firefox Klar: fix 2.0 (11) Let it be 11. --- metadata/org.mozilla.klar.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/metadata/org.mozilla.klar.txt b/metadata/org.mozilla.klar.txt index cb00a8a394..adb994b320 100644 --- a/metadata/org.mozilla.klar.txt +++ b/metadata/org.mozilla.klar.txt @@ -45,7 +45,13 @@ Build:2.0,11 subdir=app gradle=klar,webkit rm=app/libs/* - prebuild=sed -i -e '/focusCompile/d' -e '/geckoCompile/d' build.gradle + prebuild=sed -i -e '/focusCompile/d' -e '/geckoCompile/d' -e '/Dynamically set versionCode/,/^}/d' build.gradle + +Maintainer Notes: +Release builds calculate version code dynamically. This is unsuitable for us +because it depends on date and time. Use default version code (supposed to be +used in debug builds): it's a well-formed static constant bumped every release. +. Auto Update Mode:Version v%v Update Check Mode:Tags ^v[0-9.]+$