Update AnyMemo to 10.6.3 (211)

This commit is contained in:
Boris Kraut 2015-02-10 08:37:34 +01:00
parent fd48331c14
commit 14b3d996b7

View file

@ -78,6 +78,18 @@ Build:10.6.2,209
popd popd
buildjni=no buildjni=no
Build:10.6.3,211
commit=10.6.3
init=rm -rf eclipse-deps/
gradle=free
rm=libs/*
extlibs=achartlib/achartengine-1.0.0.jar
prebuild=sed -i -e "/guava/acompile 'net.sf.opencsv:opencsv:2.3'" build.gradle && \
pushd src/org/liberty/android/fantastischmemo/ && \
mv AMSecrets.java.template AMSecrets.java && \
popd
buildjni=no
Maintainer Notes: Maintainer Notes:
* replace achartengine with sourcebuild (xlythe?) * replace achartengine with sourcebuild (xlythe?)
* We don't supply auths/credentials for AMSecrets.java -- does this break the app? * We don't supply auths/credentials for AMSecrets.java -- does this break the app?