You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
294 B
7 lines
294 B
class AndroidStudio < Cask
|
|
url 'https://dl.google.com/android/studio/android-studio-bundle-130.687321-mac.dmg'
|
|
homepage 'https://developer.android.com/sdk/installing/studio.html'
|
|
version 'build-130.687321'
|
|
sha1 'af0a27abed81c0e169d63b58871648a5e68a054b'
|
|
link 'Android Studio.app'
|
|
end
|
|
|