Update AnagramSolver to 2.45 (19)

This commit is contained in:
Boris Kraut 2014-08-06 19:37:11 +02:00
parent 063a3c5f9b
commit 5fd9aa2e61

View file

@ -68,6 +68,13 @@ Build:2.4,18
echo 'android.library.reference.2=external/changelog/library' >> project.properties && \
echo 'android.library.reference.3=external/storageutils' >> project.properties
Build:2.45,19
commit=v2.45
submodules=yes
init=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
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.