From 1a60a2be576ae30ceb3add700f558b9160b859bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 26 Dec 2013 19:39:49 +0100 Subject: [PATCH] Update AnagramSolver (com.as.anagramsolver) to 2.1 (13) --- metadata/com.as.anagramsolver.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/metadata/com.as.anagramsolver.txt b/metadata/com.as.anagramsolver.txt index 8bdcd7f52b..107c8f2a3a 100644 --- a/metadata/com.as.anagramsolver.txt +++ b/metadata/com.as.anagramsolver.txt @@ -43,6 +43,15 @@ Build:2.05,12 git submodule init && \ 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: No tags, and historically no clear marking of release points in commit comments. Look out for binary apk changing in source repo though.