FTP Server: Fix build 2.13.1 (21301)

This commit is contained in:
relan 2017-02-07 14:09:15 +03:00
parent 3bef1719fe
commit e90b8be76f

View file

@ -101,11 +101,10 @@ Build:2.13.0,21300
prebuild=sed -i -e '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' -e '/twofortyfouram/d' build.gradle
Build:2.13.1,21301
disable=fail to replace twofortyfouram
commit=v2.13.1
subdir=app
gradle=fdroid_free
prebuild=sed -i -e '/android-plugin-client-sdk-for-locale/d' -e '/bintray/d' -e '/fileTree/acompile "com.github.twofortyfouram:android-plugin-api-for-locale:1.0.2"\n\ncompile "com.github.twofortyfouram:android-plugin-client-sdk-for-locale:4.0.2"' -e '/mavenCentral/amaven { url "https://jitpack.io" }' build.gradle
prebuild=sed -i -e '/dl.bintray.com/d' -e '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' build.gradle
Maintainer Notes:
Remove shrink/minify stuff since the proguard config is missing.