Skip to content

Commit 8ffc944

Browse files
authored
Install build-tools-25.0.2
1 parent db946a4 commit 8ffc944

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup/native-script.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ $androidExecutable = [io.path]::combine($env:ANDROID_HOME, "tools", "android")
102102
echo y | cmd /c "$androidExecutable" update sdk --filter "platform-tools" --all --no-ui
103103
echo y | cmd /c "$androidExecutable" update sdk --filter "tools" --all --no-ui
104104
echo y | cmd /c "$androidExecutable" update sdk --filter "android-23" --all --no-ui
105+
echo y | cmd /c "$androidExecutable" update sdk --filter "build-tools-25.0.2" --all --no-ui
105106
echo y | cmd /c "$androidExecutable" update sdk --filter "build-tools-23.0.3" --all --no-ui
106107
echo y | cmd /c "$androidExecutable" update sdk --filter "extra-android-m2repository" --all --no-ui
107108

0 commit comments

Comments
 (0)