From 3f9ed656de122cb0de5d334fe5cd0251434b3cbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 23 Sep 2013 20:32:55 +0200 Subject: [PATCH] Update build instructions --- .gitmodules | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 5d44084b8..ca1aa6458 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "extern/Universal-Image-Loader"] path = extern/Universal-Image-Loader url = https://github.com/nostra13/Android-Universal-Image-Loader + ignore = dirty diff --git a/README.md b/README.md index 979b886a9..73629d725 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ Building from source The only required tools are the Android SDK and Apache Ant. ``` +git submodule update --init android update project -p . +android update project -p extern/Universal-Image-Loader/library ant clean release ```