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.
This commit is contained in:
micu 2016-06-28 21:34:05 +02:00
parent ef46390567
commit ef966b6c44

View file

@ -61,7 +61,7 @@ Build:2.0.3,24
Build:2.0.7,25 Build:2.0.7,25
commit=2.0.7 commit=2.0.7
subdir=app subdir=app
gradle=foss gradle=yes
prebuild=sed -i -e 's/def gitDescription = dirtyWorkingCopy .*/def gitDescription = gitHash/g' -e '/playstoreCompile/d' build.gradle prebuild=sed -i -e 's/def gitDescription = dirtyWorkingCopy .*/def gitDescription = gitHash/g' -e '/playstoreCompile/d' build.gradle
Maintainer Notes: Maintainer Notes: