From 8f7a706ce8836a2782b90917b849851558287df9 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Fri, 17 Nov 2017 15:13:58 +0100 Subject: [PATCH] updated android-sdk --- cfg/zsh/cfg.d/export.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfg/zsh/cfg.d/export.zsh b/cfg/zsh/cfg.d/export.zsh index 78f155d..8c8ec11 100644 --- a/cfg/zsh/cfg.d/export.zsh +++ b/cfg/zsh/cfg.d/export.zsh @@ -16,7 +16,7 @@ path+=(${dotfls}/bin) # Bin in Dotfiles path+=(${dotlib}/basher/bin ${BASHER_ROOT}/cellar/bin) # Basher path+=(${gembin}) # Ruby Gems path+=(/usr/lib/jvm/default/bin) # Java -path+=(/opt/android-sdk/build-tools/26.0.2) # Android SDK +path+=(/opt/android-sdk/build-tools/27.0.1) # Android SDK # Manpath manpath+=(${brewpr}/share/man)