From dafcd64cc1e365523f19ae4b7c510fec58081bd1 Mon Sep 17 00:00:00 2001 From: Brien Colwell Date: Mon, 30 Jun 2014 17:16:13 -0700 Subject: android-sdk: 23.0.1 Closes #30578. Signed-off-by: Brett Koonce --- 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 8bead7d32..f5b685849 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_r23-macosx.zip' - version '23' - sha1 '7119841e5fcadd8ef2b75c1fe419c4cbc9a97336' + url 'http://dl.google.com/android/android-sdk_r23.0.1-macosx.zip' + version '23.0.1' + sha1 'e197aec4faf8df90e6439e8d1aedd360aa37e767' conflicts_with 'android-platform-tools', :because => "The Android Platform-Tools need to be installed as part of the SDK." -- cgit v1.2.3