Skip to content

Commit db946a4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/native-script.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def install_environment_variable(name, value)
133133
execute("echo y | #{android_executable} update sdk --filter platform-tools --all --no-ui", error_msg)
134134
execute("echo y | #{android_executable} update sdk --filter tools --all --no-ui", error_msg)
135135
execute("echo y | #{android_executable} update sdk --filter android-23 --all --no-ui", error_msg)
136-
execute("echo y | #{android_executable} update sdk --filter build-tools-24.0.2 --all --no-ui", error_msg)
136+
execute("echo y | #{android_executable} update sdk --filter build-tools-25.0.2 --all --no-ui", error_msg)
137137
execute("echo y | #{android_executable} update sdk --filter build-tools-23.0.3 --all --no-ui", error_msg)
138138
execute("echo y | #{android_executable} update sdk --filter extra-android-m2repository --all --no-ui", error_msg)
139139
execute("echo y | #{android_executable} update sdk --filter extra-google-m2repository --all --no-ui", error_msg)

0 commit comments

Comments
 (0)