Update NewsBlur to 4.2.3 (91)

This commit is contained in:
Boris Kraut 2015-04-15 18:11:50 +02:00
parent bb0eaa2897
commit 3eb128c97f

View file

@ -264,6 +264,17 @@ Build:4.2.3b4,90
cd .. && \ cd .. && \
ls | grep -v clients | xargs rm -rf ls | grep -v clients | xargs rm -rf
Build:4.2.3,91
commit=82b960c85479e137520fb9a86ce74591d21ebbda
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: Maintainer Notes:
No tags, but commits are usually clearly marked. Note that the android client is No tags, but commits are usually clearly marked. Note that the android client is
just a small part of the larger repo. just a small part of the larger repo.