diff --git a/metadata/com.newsblur.txt b/metadata/com.newsblur.txt index cee8789479..c0c7cd9b49 100644 --- a/metadata/com.newsblur.txt +++ b/metadata/com.newsblur.txt @@ -187,6 +187,17 @@ Build:4.0.2,80 cd .. && \ ls | grep -v clients | xargs rm -rf +Build:4.1.0,84 + commit=730ab7fa1e451bfa5b0d09f0edaa852001922a94 + 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.