Update NewsBlur to 4.0.1 (79)

This commit is contained in:
Boris Kraut 2014-11-22 11:34:13 +01:00
parent f85a0462df
commit 05451573fa

View file

@ -165,6 +165,17 @@ Build:4.0.0,78
cd .. && \
ls | grep -v clients | xargs rm -rf
Build:4.0.1,79
commit=4aead01e3442eadfcbb7e5cf451e55184386a03f
subdir=clients/android/NewsBlur
srclibs=Google-Gson@gson-2.2.4
rm=clients/android/NewsBlur/libs/gson*jar
prebuild=cp -r $$Google-Gson$$/src/main/java/com src/ && \
cd ../.. && \
ls | grep -v android | xargs rm -rf && \
cd .. && \
ls | grep -v clients | xargs rm -rf
Maintainer Notes:
No tags, but commits are usually clearly marked. Note that the android client is
just a small part of the larger repo.