From f8813cde823f0c3d6a8192b7d92139a7c974e46e Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Wed, 6 May 2015 18:13:16 +0200 Subject: [PATCH] Update NewsBlur to 4.3.0b1 (92) --- metadata/com.newsblur.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/metadata/com.newsblur.txt b/metadata/com.newsblur.txt index 80a3983001..b36b379efb 100644 --- a/metadata/com.newsblur.txt +++ b/metadata/com.newsblur.txt @@ -275,6 +275,22 @@ Build:4.2.3,91 cd .. && \ ls | grep -v clients | xargs rm -rf +Build:4.3.0b1,92 + commit=607e0eb7f1dcfab954e970890733303505915d9d + 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 && 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 && 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.