Merge branch 'micu/BVApp-rm-gradle-flavor' into 'master'
Remove FOSS gradle flavor as target Favors have been removed in the BVApp. Therfore, the gradle command is set to "yes" instead of the "foss" flavor. PS: That alone won't fix the build, as the gradle files have to be updated, but that will happen in the original repository. See merge request !1510
This commit is contained in:
commit
c00a5556b4
|
@ -61,7 +61,7 @@ Build:2.0.3,24
|
|||
Build:2.0.7,25
|
||||
commit=2.0.7
|
||||
subdir=app
|
||||
gradle=foss
|
||||
gradle=yes
|
||||
prebuild=sed -i -e 's/def gitDescription = dirtyWorkingCopy .*/def gitDescription = gitHash/g' -e '/playstoreCompile/d' build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
|
|
Loading…
Reference in a new issue