Update AnagramSolver (com.as.anagramsolver) to 2.1 (13)

This commit is contained in:
Daniel Martí 2013-12-26 19:39:49 +01:00
parent 80b7135a48
commit 1a60a2be57

View file

@ -43,6 +43,15 @@ Build:2.05,12
git submodule init && \ git submodule init && \
git submodule update git submodule update
Build:2.1,13
commit=7a6ebadac48
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: Maintainer Notes:
No tags, and historically no clear marking of release points in commit comments. No tags, and historically no clear marking of release points in commit comments.
Look out for binary apk changing in source repo though. Look out for binary apk changing in source repo though.