Writeily Pro: Clean recipe

This commit is contained in:
Boris Kraut 2015-04-10 00:10:21 +02:00
parent c7ee549e42
commit 071eac65b9

View file

@ -20,7 +20,8 @@ Build:1.1.1,4
subdir=app
gradle=yes
rm=app/libs/*.jar,app/libs/anddown/libs,app/libs/anddown/obj
prebuild=sed -i -e '/fileTree/d' -e '/compile files/d' -e '/appcompat-v7/acompile "com.android.support:recyclerview-v7:21.0.3"' build.gradle && \
prebuild=sed -i -e '/fileTree/d' -e '/compile files/d' -e '/appcompat-v7/acompile "com.android.support:recyclerview-v7:21.0.3"' build.gradle
build=\
pushd libs/anddown/ && \
ndk-build && \
gradle packageNativeLibs && \