diff --git a/metadata/com.newsblur.txt b/metadata/com.newsblur.txt index eba0a7de9e..fefe6f6385 100644 --- a/metadata/com.newsblur.txt +++ b/metadata/com.newsblur.txt @@ -165,6 +165,17 @@ Build:4.0.0,78 cd .. && \ ls | grep -v clients | xargs rm -rf +Build:4.0.1,79 + commit=4aead01e3442eadfcbb7e5cf451e55184386a03f + 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: No tags, but commits are usually clearly marked. Note that the android client is just a small part of the larger repo.