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 ```