File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ def install_environment_variable(name, value)
133133execute ( "echo y | #{ android_executable } update sdk --filter platform-tools --all --no-ui" , error_msg )
134134execute ( "echo y | #{ android_executable } update sdk --filter tools --all --no-ui" , error_msg )
135135execute ( "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 )
137137execute ( "echo y | #{ android_executable } update sdk --filter build-tools-23.0.3 --all --no-ui" , error_msg )
138138execute ( "echo y | #{ android_executable } update sdk --filter extra-android-m2repository --all --no-ui" , error_msg )
139139execute ( "echo y | #{ android_executable } update sdk --filter extra-google-m2repository --all --no-ui" , error_msg )
You can’t perform that action at this time.
0 commit comments