Update NewsBlur to 4.1.0 (84)

This commit is contained in:
Boris Kraut 2015-01-14 16:17:27 +01:00
parent e765ce4019
commit 4a7f595e44

View file

@ -187,6 +187,17 @@ Build:4.0.2,80
cd .. && \
ls | grep -v clients | xargs rm -rf
Build:4.1.0,84
commit=730ab7fa1e451bfa5b0d09f0edaa852001922a94
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.