|
@@ -12,7 +12,7 @@ mkdir -p ~/.android
|
12
|
12
|
touch ~/.android/repositories.cfg
|
13
|
13
|
|
14
|
14
|
echo "Downloading Android SDK"
|
15
|
|
-curl --location https://dl.google.com/android/repository/sdk-tools-darwin-3859397.zip | tar -x -z -C $ANDROID_HOME
|
|
15
|
+brew cask install android-sdk
|
16
|
16
|
|
17
|
17
|
echo "Accepting Android Licenses"
|
18
|
|
-yes | $ANDROID_HOME/tools/bin/sdkmanager --licenses
|
|
18
|
+yes | sdkmanager --licenses
|