Fix for sdkmanager
This commit is contained in:
parent
4b91aad4db
commit
9307778ec0
1 changed files with 1 additions and 1 deletions
|
@ -9938,7 +9938,7 @@ softwarePlugins:
|
||||||
plugins:
|
plugins:
|
||||||
- https://github.com/BalliAsghar/mailsy-alfred/releases/download/2.0.0/Mailsy.alfredworkflow
|
- https://github.com/BalliAsghar/mailsy-alfred/releases/download/2.0.0/Mailsy.alfredworkflow
|
||||||
android-studio:
|
android-studio:
|
||||||
cmd: bash -c 'if ! sdkmanager --list_installed | grep " {PLUGIN}" > /dev/null; then sdkmanager --install "{PLUGIN}" > /dev/null; fi'
|
cmd: bash -c 'if ! sdkmanager --list_installed | grep \' {PLUGIN}\' > /dev/null; then sdkmanager --install \'{PLUGIN}\' > /dev/null; fi'
|
||||||
plugins:
|
plugins:
|
||||||
- add-ons;addon-google_apis-google-24
|
- add-ons;addon-google_apis-google-24
|
||||||
- build-tools;33.0.0
|
- build-tools;33.0.0
|
||||||
|
|
Loading…
Reference in a new issue