From 716b60176505471221a787a3caaf04b35df25d5b Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Thu, 3 Sep 2015 17:37:33 +0200 Subject: [PATCH] Update NewsBlur to 4.5.0b2 (103) --- metadata/com.newsblur.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/metadata/com.newsblur.txt b/metadata/com.newsblur.txt index fee074c46e..8ed911b4be 100644 --- a/metadata/com.newsblur.txt +++ b/metadata/com.newsblur.txt @@ -455,6 +455,26 @@ Build:4.5.0b1,102 popd && \ cp $$OkIo$$/okio/target/okio-1.3.0.jar libs/ +Build:4.5.0b2,103 + commit=44ac8a027a84cc06395bb8fdeb75fead878b6e21 + 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.