diff --git a/metadata/com.newsblur.txt b/metadata/com.newsblur.txt index 6e73b18a14..5b9503fc42 100644 --- a/metadata/com.newsblur.txt +++ b/metadata/com.newsblur.txt @@ -176,6 +176,17 @@ Build:4.0.1,79 cd .. && \ ls | grep -v clients | xargs rm -rf +Build:4.0.2,80 + commit=74ab5bc3c4eeaf8d1fe571c262707600027016a6 + 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.