android-sdk 24.1.2
Closes Homebrew/homebrew#37542. Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
parent
1f74add24a
commit
ef70564297
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_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."
|
||||
|
|
Loading…
Reference in a new issue