From 5fc5b9492f32a672b936fd1792dd5817f1ba7b62 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 28 Aug 2013 11:14:45 +0200 Subject: [PATCH] updated android sdk PATH --- bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_profile b/bash_profile index 6ad6d2b..fa936d0 100644 --- a/bash_profile +++ b/bash_profile @@ -38,7 +38,7 @@ unset MAILCHECK PATH="$PATH:/usr/local/sbin:/usr/sbin:/sbin"; # if these bins exist, then add them to the PATH -ANDROID_HOME="/usr/local/Cellar/android-sdk/r22.0.1" +ANDROID_HOME="/usr/local/Cellar/android-sdk/r22.0.4" [ -d "$ANDROID_HOME" ] && PATH="$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools"; # add to beginning of PATH so that it always take precedence over /usr/bin