Browse Source
Updating Android Studio to RC4 and removing the postflight section. As of version RC3 (http://tools.android.com/recent) the user can export which JDK he wants Android Studio to use. The postflight section was changing the Info.plist therefore causing trouble for Android Studio to auto update. So, now that we have way to change the JDK without changing the Info.plist, we should use it.master
Tsuharesu
10 years ago
1 changed files with 3 additions and 7 deletions
@ -1,14 +1,10 @@ |
|||
cask :v1 => 'android-studio-canary' do |
|||
version '1.0.0-rc1' |
|||
sha256 'c6d818a93dbc865885158c7006811774c6b452df31dbdfee0bd63232f42f4d9d' |
|||
version '1.0.0-rc4' |
|||
sha256 'eb945124105341729b4d4a4cec07332827f0ec601484e91593825db703b64635' |
|||
|
|||
url "https://dl.google.com/dl/android/studio/ide-zips/#{version}/android-studio-ide-135.1598475-mac.zip" |
|||
url "https://dl.google.com/dl/android/studio/ide-zips/#{version}/android-studio-ide-135.1626825-mac.zip" |
|||
homepage 'http://tools.android.com/download/studio' |
|||
license :unknown |
|||
|
|||
app 'Android Studio.app' |
|||
|
|||
postflight do |
|||
plist_set(':JVMOptions:JVMVersion', '1.6+') |
|||
end |
|||
end |
|||
|
Loading…
Reference in new issue