diff options
| author | Jose Peleteiro | 2014-06-27 16:25:15 -0300 |
|---|---|---|
| committer | Jack Nagel | 2014-06-27 15:39:08 -0500 |
| commit | 0a80d93cb6583c79b90137237d5a15a667df7838 (patch) | |
| tree | bf9469a9df4d7daff740e2af851d1e8b23926066 | |
| parent | 814e2d6a94be5f3a6627bbcfc270170d6e2dc3e2 (diff) | |
| download | homebrew-0a80d93cb6583c79b90137237d5a15a667df7838.tar.bz2 | |
android-sdk build-tools version changed to 20.0.0
Changed build-tools to the latest version, 20.0.0
Closes #30498.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/android-sdk.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/android-sdk.rb b/Library/Formula/android-sdk.rb index 8e7d60f48..48548ba31 100644 --- a/Library/Formula/android-sdk.rb +++ b/Library/Formula/android-sdk.rb @@ -16,7 +16,7 @@ class AndroidSdk < Formula # Version of the android-build-tools the wrapper scripts reference. def build_tools_version - "19.0.3" + "20.0.0" end def install |
