From: David A. Velasco Date: Mon, 15 Jun 2015 11:04:38 +0000 (+0200) Subject: Adding binary dependencies for aapt X-Git-Tag: oc-android-1.7.2~1^2~23^2~5 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/59f69dfa2543e1e20359141be041a49aa2ed7366?ds=inline Adding binary dependencies for aapt --- diff --git a/.travis.yml b/.travis.yml index 5a5b01e2..ce6d09a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,9 @@ android: - android-16 before_install: - rm pom.xml + - sudo apt-get install lib32stdc++6 lib32z1 script: - ./setup_env.sh ant - ant clean - ant debug - + \ No newline at end of file