Update AnagramSolver (com.as.anagramsolver) to 2.11 (14)

This commit is contained in:
Ciaran Gultnieks 2014-02-06 07:18:48 +00:00
parent bf642f1dca
commit 5dddcbb1ab

View file

@ -52,6 +52,14 @@ Build:2.1,13
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
git submodule update --init
Build:2.11,14
commit=afbb4b266b
init=sed -i 's%git@github.com:%https://github.com/%' .gitmodules && \
sed -i 's%git@github.com:%https://github.com/%' .git/config && \
echo 'android.library.reference.1=external/actionbarsherlock/actionbarsherlock' >> project.properties && \
echo 'android.library.reference.2=external/changelog/library' >>project.properties && \
echo 'android.library.reference.3=external/storageutils' >>project.properties && \
git submodule update --init
Maintainer Notes:
No tags, and historically no clear marking of release points in commit comments.
Look out for binary apk changing in source repo though.