FTP Server: Fix build
This commit is contained in:
parent
8086f107b5
commit
7784e69308
|
@ -105,11 +105,8 @@ Build:2.13.1,21301
|
||||||
commit=v2.13.1
|
commit=v2.13.1
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=fdroid_free
|
gradle=fdroid_free
|
||||||
srclibs=locales@4.0.2
|
prebuild=sed -i -e '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' -e '/twofortyfouram/d' -e '/fileTee/acompile "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 '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' -e '/twofortyfouram/d' build.gradle && \
|
|
||||||
cp -fR $$locales$$/pluginClientSdkLib ../ && \
|
|
||||||
sed -i -e '/fileTree/acompile project(":pluginClientSdkLib")' build.gradle && \
|
|
||||||
echo -e "\ninclude ':pluginClientSdkLib'" >> ../settings.gradle
|
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Remove shrink/minify stuff since the proguard config is missing.
|
Remove shrink/minify stuff since the proguard config is missing.
|
||||||
|
|
Loading…
Reference in a new issue