TTRSS-Reader: update to 1.78, plus some jar cleanup

This commit is contained in:
Ciaran Gultnieks 2014-11-18 13:04:37 +00:00
parent b72fc91e35
commit baacb9315b

View file

@ -262,9 +262,17 @@ Build:1.76,1760
srclibs=1:ActionBarSherlock@4.4.0,2:LocaleAPI@bc2d5a1 srclibs=1:ActionBarSherlock@4.4.0,2:LocaleAPI@bc2d5a1
target=android-19 target=android-19
Maintainer Notes: Build:1.78,1780
Check (and remove jars) witht the next version, no matter if they changed! commit=d4de79358ffa
subdir=ttrss-reader
srclibs=1:ActionBarSherlock@4.4.0,2:LocaleAPI@bc2d5a1,Google-Gson@gson-2.2.2
extlibs=guava-r08/guava-r08.jar
prebuild=rm libs/gson*.jar libs/utils.jar && \
mkdir -p src/main/java/ && \
cp -r $$Google-Gson$$/src/main/java/com/ src/main/java/
target=android-19
Maintainer Notes:
Tags frequently get deleted and re-added pointing to somewhere else. Always use Tags frequently get deleted and re-added pointing to somewhere else. Always use
the tag to get the right commit, but specify the commit hash, not the tag, in the tag to get the right commit, but specify the commit hash, not the tag, in
the build data. the build data.