Update NoNonsenseNotes to 5.5.1

This version fixes a missing permission in the Free build.

Also implemented some of the changes done by the F-Droid maintainers
in the source of the repo itself, so removed the now unnecessary
lines from the metadata file (regarding dashclock and compile-libs).

Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
This commit is contained in:
Jonas Kalderstam 2014-11-03 21:42:53 +01:00
parent ecca96452e
commit 0774bfe24e

View file

@ -79,6 +79,18 @@ Build:5.5,55000
cp -fR $$Orgparser$$/src/main/java/org src/free/java/ && \
sed -i -e '/support-v4/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"' build.gradle
Build:5.5.1,55100
commit=5.5.1
subdir=app
patch=remove_play_configs.patch
gradle=free
srclibs=Orgparser@7ab685e517e2e00c94b11ca58626bba19cb9300a
rm=app/libs/*.jar
prebuild=rm -rf *.zip *.png *.7z *.psd src/play src/playBeta src/androidTest && \
sed -i -e 's/gradle:0.13.0/gradle:0.12.0/g' build.gradle ../build.gradle && \
cp -fR $$Orgparser$$/src/main/java/org src/free/java/
Maintainer Notes:
* INFO: replaced dashclock-api-r1.jar with dashclock-api:2.0.0
* INFO: removed androidannotations-3.0.1.jar, if needed add