Update NewsBlur to 4.2.0b2 (86)
This commit is contained in:
parent
6eef73db47
commit
3e041e9b7e
|
@ -209,6 +209,17 @@ Build:4.2.0b1,85
|
||||||
cd .. && \
|
cd .. && \
|
||||||
ls | grep -v clients | xargs rm -rf
|
ls | grep -v clients | xargs rm -rf
|
||||||
|
|
||||||
|
Build:4.2.0b2,86
|
||||||
|
commit=e351b6602b78ba5b34833ec86dcdd339f68df26f
|
||||||
|
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.
|
||||||
|
|
Loading…
Reference in a new issue