Update NewsBlur to 4.0.2 (80)

This commit is contained in:
Boris Kraut 2014-12-05 18:24:52 +01:00
parent 0dfb71e6fb
commit b672150d2d

View file

@ -176,6 +176,17 @@ Build:4.0.1,79
cd .. && \
ls | grep -v clients | xargs rm -rf
Build:4.0.2,80
commit=74ab5bc3c4eeaf8d1fe571c262707600027016a6
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.