Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Commit 01c6509

Browse files
committed
Install current sdk packages when installing on CLI
1 parent fa7d39b commit 01c6509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install-sdk-packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ ANDROID="$ANDROID_SDK_ROOT/tools/android"
2020
# The update sdk command takes a comma-separated list of packages to install.
2121
# Installing them all at once may simplify the process of agreeing to licenses.
2222

23-
$ANDROID update sdk -u -a -t android-11,extra-android-m2repository
23+
$ANDROID update sdk -u -a -t android-22,build-tools-22.0.1,extra-android-m2repository

0 commit comments

Comments
 (0)