Skip to content

Commit

Permalink
fix(core): change path android home
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Sep 16, 2024
1 parent aae2d4b commit d804d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/base.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export CORE_MESSAGE_YAY="Please install Yay or use antibody bundle hadenlabs/zsh
export CORE_MESSAGE_RVM="Please install rvm or use antibody bundle hadenlabs/zsh-rvm"
export CORE_MESSAGE_NVM="Please install nvm or use antibody bundle hadenlabs/zsh-nvm"

export ANDROID_HOME="${HOME}/android-sdk"
export ANDROID_HOME="${HOME}/Library/Android/sdk"
export ANDROID_PLATFORM_VERSION="35"
export ANDROID_SDK_VERSION="35.0.1"
export ANDROID_FILE_REPOSITORIES="${HOME}/.android/repositories.cfg"

0 comments on commit d804d0b

Please sign in to comment.