Update NewsBlur to 4.2.0b1 (85)

This commit is contained in:
Boris Kraut 2015-01-22 18:52:37 +01:00
parent 95af51d7c5
commit c644b710ce

View file

@ -198,6 +198,17 @@ Build:4.1.0,84
cd .. && \
ls | grep -v clients | xargs rm -rf
Build:4.2.0b1,85
commit=5c3dd51d61c446eda87a2f242fb9422339db8bf6
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.