From 9c598837fa13f6bc645bcd26192cd7ed38a26457 Mon Sep 17 00:00:00 2001 From: Nicolas Gouzy Date: Wed, 10 Dec 2014 09:31:23 +0100 Subject: android-sdk 24 Update android-sdk.rb Update with version 24 of android sdk Closes #34848. Signed-off-by: Mike McQuaid --- Library/Formula/android-sdk.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/android-sdk.rb b/Library/Formula/android-sdk.rb index 2fac3ed50..dd7d5afe0 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 'https://dl.google.com/android/android-sdk_r23.0.2-macosx.zip' - version '23.0.2' - sha1 '1ef502577ca4403ae81f3d68c1813995cb412354' + url 'http://dl.google.com/android/android-sdk_r24-macosx.zip' + version '24' + sha1 '89b256c82e6ab432881fa7d726bdd0541c656616' conflicts_with 'android-platform-tools', :because => "The Android Platform-Tools need to be installed as part of the SDK." -- cgit v1.2.3