android-sdk 23.0.2

Closes Homebrew/homebrew#30624.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Brien Colwell 2014-07-02 17:12:27 -07:00 committed by Jack Nagel
parent 7e29185732
commit 40cd555ed9

View file

@ -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.0.1-macosx.zip'
version '23.0.1'
sha1 'e197aec4faf8df90e6439e8d1aedd360aa37e767'
url 'http://dl.google.com/android/android-sdk_r23.0.2-macosx.zip'
version '23.0.2'
sha1 '1ef502577ca4403ae81f3d68c1813995cb412354'
conflicts_with 'android-platform-tools',
:because => "The Android Platform-Tools need to be installed as part of the SDK."