Merge branch 'jmastr/fix_berlin_vegan_in-app_version_string' into 'master'
Berlin-Vegan: Fix in-app verison string
Commit 37fbf83
fixed the build, but did break the in-app version string:
We still need the sed-command for removing the playstoreCompile part,
since fdroid checks all dependencies regardless of the build flavor.
This makes the git repository 'dirty', so we have to remove that part
from the build.gradle as well. In future version the 'dirty' part should
be removed or handled differently.
See merge request !1222
This commit is contained in:
commit
d1f35814b2
|
@ -56,7 +56,7 @@ Build:2.0.3,24
|
|||
commit=8605e55d229f7d29fb93d3d865c02702c1a41966
|
||||
subdir=app
|
||||
gradle=foss
|
||||
prebuild=sed -i -e '/playstoreCompile/d' build.gradle
|
||||
prebuild=sed -i -e 's/def gitDescription = dirtyWorkingCopy .*/def gitDescription = gitHash/g' -e '/playstoreCompile/d' build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
* Versions <= 2.0 do not build from the current repo, but one needs to use the old repo <https://github.com/smeir/Berlin-Vegan-Guide>
|
||||
|
|
Loading…
Reference in a new issue