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
# Set your preferred android version | |
ANDROID_VERSION=34 | |
# Down on this page, you can download the latest sdk, grab the url from | |
# the network console after you've accepted the T&Cs | |
# https://developer.android.com/studio#command-tools | |
SDK_TOOLS=commandlinetools-linux-11076708_latest.zip | |
# Choose a java version, I prefer openjdk | |
JAVA_VERSION=21 |