android-sdk r17
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
3446fc7e71
commit
ec56582f74
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class AndroidSdk < Formula
|
class AndroidSdk < Formula
|
||||||
url 'http://dl.google.com/android/android-sdk_r16-macosx.zip'
|
url 'http://dl.google.com/android/android-sdk_r17-macosx.zip'
|
||||||
homepage 'http://developer.android.com/index.html'
|
homepage 'http://developer.android.com/index.html'
|
||||||
md5 'd1dc2b6f13eed5e3ce5cf26c4e4c47aa'
|
md5 '52639aae036b7c2e47cf291696b23236'
|
||||||
version 'r16'
|
version 'r17'
|
||||||
|
|
||||||
def self.var_dirs
|
def self.var_dirs
|
||||||
%w[platforms samples temp add-ons]
|
%w[platforms samples temp add-ons]
|
||||||
|
|
Loading…
Reference in a new issue