From 51cfcc5e6919b7d6a92488310e0386df0a03e84c Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Sat, 8 Mar 2014 11:04:48 +0000 Subject: [PATCH] Update AnagramSolver to 2.21 (16) --- metadata/com.as.anagramsolver.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/metadata/com.as.anagramsolver.txt b/metadata/com.as.anagramsolver.txt index 0b8f8c8643..ff24b160b2 100644 --- a/metadata/com.as.anagramsolver.txt +++ b/metadata/com.as.anagramsolver.txt @@ -61,6 +61,15 @@ Build:2.11,14 echo 'android.library.reference.3=external/storageutils' >>project.properties && \ git submodule update --init +Build:2.21,16 + commit=v2.21 + 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. @@ -68,6 +77,8 @@ Look out for binary apk changing in source repo though. Uses git submodules for dependencies after 2.0, but the project.properties indicates that the developer is not actually using them, so beware of versioning discrepancies for those. + +Update: Recently using tags - maybe can switch to those for UCM if consistent. . Auto Update Mode:None