Index: build/install-build-deps-android.sh |
diff --git a/build/install-build-deps-android.sh b/build/install-build-deps-android.sh |
index 5277a3bb76c7d31b636a4803d171f3efe66ddaba..fb3039cde0cb440dede66a67cb78a86770a55de0 100755 |
--- a/build/install-build-deps-android.sh |
+++ b/build/install-build-deps-android.sh |
@@ -70,7 +70,7 @@ then |
fi |
fi |
-# Install ant |
-sudo apt-get install ant |
+# Install ant 1.8 (default is 1.7). |
+sudo apt-get install ant1.8 |
echo "install-build-deps-android.sh complete." |