android-sdk 24.3.2
Closes Homebrew/homebrew#40630. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
055b06b659
commit
015db06f67
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@ require "base64"
|
|||
class AndroidSdk < Formula
|
||||
desc "Android API libraries and developer tools"
|
||||
homepage "https://developer.android.com/index.html"
|
||||
url "https://dl.google.com/android/android-sdk_r24.2-macosx.zip"
|
||||
version "24.2"
|
||||
sha256 "9e0cd4844a696c555563a2daad5ff6731a4175b7a56f00c8f8dd831dbca9511b"
|
||||
url "https://dl.google.com/android/android-sdk_r24.3.2-macosx.zip"
|
||||
version "24.3.2"
|
||||
sha256 "491baac8c9da037b4df21d552192bdadeb895e3a2fa3172e05e525c319620e0c"
|
||||
|
||||
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