Update NewsBlur to 4.2.2b1 (89)

This commit is contained in:
Boris Kraut 2015-03-10 09:50:03 +01:00
parent e54a8ac4ce
commit 2087c03f85

View file

@ -242,6 +242,17 @@ Build:4.2.1,88
cd .. && \
ls | grep -v clients | xargs rm -rf
Build:4.2.2b1,89
commit=71ed8670d6cdf6e961aa4c556f30c7bcb270868a
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.