Update NewsBlur to 4.2.0 (87)

This commit is contained in:
Boris Kraut 2015-02-24 12:45:50 +01:00
parent ad09865ec5
commit 16ccedf63e

View file

@ -220,6 +220,17 @@ Build:4.2.0b2,86
cd .. && \
ls | grep -v clients | xargs rm -rf
Build:4.2.0,87
commit=46b78f70a930a440b56cf1e529b84086ba621635
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.