Update NewsBlur to 4.3.1b1 (99)

This commit is contained in:
Boris Kraut 2015-06-27 10:03:55 +02:00
parent a1b71c8f53
commit c2bbe77848

View file

@ -375,6 +375,26 @@ Build:4.3.0,98
popd && \
cp $$OkIo$$/okio/target/okio-1.3.0.jar libs/
Build:4.3.1b1,99
commit=5e0cd7b1a3b8e0808ae828c8024400fce396e70c
subdir=clients/android/NewsBlur
srclibs=Google-Gson@gson-2.2.4,OkHttp@parent-2.3.0,OkIo@okio-parent-1.3.0
rm=clients/android/NewsBlur/libs/ok*.jar,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
build=pushd $$OkHttp$$ && \
$$MVN3$$ package -DskipTests && \
popd && \
cp $$OkHttp$$/okhttp-android-support/target/okhttp-android-support-2.3.0.jar libs/ && \
cp $$OkHttp$$/okhttp/target/okhttp-2.3.0.jar libs/ && \
pushd $$OkIo$$ && \
$$MVN3$$ package -DskipTests && \
popd && \
cp $$OkIo$$/okio/target/okio-1.3.0.jar libs/
Maintainer Notes:
No tags, but commits are usually clearly marked. Note that the android client is
just a small part of the larger repo.