diff options
| author | Eric Hall | 2014-12-31 14:40:25 -0800 |
|---|---|---|
| committer | Jack Nagel | 2014-12-31 22:02:28 -0500 |
| commit | dfc52fa10558d60f1c80a6a3dea731ce2a3dd436 (patch) | |
| tree | 171d430444e5cb28a1935449c5542f302e3bb94d /Library/Formula | |
| parent | 2de8b924fb2aef3943cae924652c32fd0bfc0605 (diff) | |
| download | homebrew-dfc52fa10558d60f1c80a6a3dea731ce2a3dd436.tar.bz2 | |
android-sdk: update build-tools to version 21.1.2
Closes #35408.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 c8b785092..0f943de10 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 - "20.0.0" + "21.1.2" end def install |
