Latest
This commit is contained in:
parent
b89f75ab02
commit
b02c19f581
1 changed files with 1 additions and 1 deletions
|
@ -10327,7 +10327,7 @@ softwarePlugins:
|
|||
plugins:
|
||||
- https://github.com/BalliAsghar/mailsy-alfred/releases/download/2.0.0/Mailsy.alfredworkflow
|
||||
android-studio:
|
||||
cmd: bash -c 'sdkmanager --list_installed && if ! sdkmanager --list_installed | grep "{PLUGIN}"; then sdkmanager --install "{PLUGIN}"; fi'
|
||||
cmd: bash -c 'sdkmanager --list_installed && if ! sdkmanager --list_installed | grep "{PLUGIN}"; then echo y | sdkmanager --install "{PLUGIN}"; fi'
|
||||
plugins:
|
||||
- add-ons;addon-google_apis-google-24
|
||||
- build-tools;33.0.0
|
||||
|
|
Loading…
Reference in a new issue