Firefox Klar: fix 2.0 (11)
Let it be 11.
This commit is contained in:
parent
9ec1d7e6a4
commit
c701fafd65
|
@ -45,7 +45,13 @@ Build:2.0,11
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=klar,webkit
|
gradle=klar,webkit
|
||||||
rm=app/libs/*
|
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
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags ^v[0-9.]+$
|
Update Check Mode:Tags ^v[0-9.]+$
|
||||||
|
|
Loading…
Reference in a new issue