4 lines
94 B
Bash
4 lines
94 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
android update sdk --all --no-https --no-ui --filter build-tools-22.0.1,android-21
|