Created
March 20, 2020 13:19
-
-
Save GeoffMahugu/0e559aee753f8f290870ede7500316a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export ANDROID_HOME=$HOME/Android/Sdk | |
export PATH=$PATH:$ANDROID_HOME/tools | |
export GRADLE_HOME=/opt/gradle/gradle-5.6.2 | |
export PATH=${GRADLE_HOME}/bin:${PATH} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment