aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorRyan Ulanowicz2015-03-09 17:59:19 -0400
committerTim D. Smith2015-03-09 20:36:29 -0700
commitf134036147b0a6f8073c7f2c70ddbf43970e2b63 (patch)
tree2e5af90b6a64c3f29a738d259d01a182b86868f8 /Library
parent46997395146250d976fb16fcf831e8d4da834a63 (diff)
downloadhomebrew-f134036147b0a6f8073c7f2c70ddbf43970e2b63.tar.bz2
android-sdk 24.1.2
Closes #37542. Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/android-sdk.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/android-sdk.rb b/Library/Formula/android-sdk.rb
index 781b8c3fb..6c315e22f 100644
--- a/Library/Formula/android-sdk.rb
+++ b/Library/Formula/android-sdk.rb
@@ -2,9 +2,9 @@ require 'formula'
class AndroidSdk < Formula
homepage 'http://developer.android.com/index.html'
- url 'http://dl.google.com/android/android-sdk_r24.0.2-macosx.zip'
- version '24.0.2'
- sha1 '3ab5e0ab0db5e7c45de9da7ff525dee6cfa97455'
+ url 'http://dl.google.com/android/android-sdk_r24.1.2-macosx.zip'
+ version '24.1.2'
+ sha1 '00e43ff1557e8cba7da53e4f64f3a34498048256'
conflicts_with 'android-platform-tools',
:because => "The Android Platform-Tools need to be installed as part of the SDK."