FTP Server: fix build

This commit is contained in:
Daniel Martí 2016-05-03 09:54:47 +01:00
parent cfd051ca56
commit 5c9b457c48

View file

@ -90,10 +90,12 @@ Build:2.11.3,21103
Build:2.12.0,21200 Build:2.12.0,21200
commit=v2.12 commit=v2.12
subdir=app subdir=app
gradle=yes gradle=fdroid_free
prebuild=sed -i -e '/applicationId/s/be.ppareit.swiftp/be.ppareit.swiftp_free/g' -e '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' build.gradle prebuild=sed -i -e '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' build.gradle
Maintainer Notes: Maintainer Notes:
Remove shrink/minify stuff since the proguard config is missing.
Enable AUM again if upstream starts tagging properly (see v2.12 vs 2.12.0). Enable AUM again if upstream starts tagging properly (see v2.12 vs 2.12.0).
. .