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

Commit e14d358

Browse files
committed
Merge pull request jackpal#413 from jspricke/fix_install-sdk-packages
Install Android Support Repository when installing from CLI
2 parents a074384 + 8c1a2ce commit e14d358

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
23+
$ANDROID update sdk -u -a -t android-11,extra-android-m2repository

0 commit comments

Comments
 (0)