android-sdk 23.0.2
Closes Homebrew/homebrew#30624. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
7e29185732
commit
40cd555ed9
1 changed files with 3 additions and 3 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue