Browse Source

Android Studio 1.0 RC4

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
parent
commit
83d33019ef
  1. 10
      Casks/android-studio-canary.rb

10
Casks/android-studio-canary.rb

@ -1,14 +1,10 @@
cask :v1 => 'android-studio-canary' do cask :v1 => 'android-studio-canary' do
version '1.0.0-rc1' version '1.0.0-rc4'
sha256 'c6d818a93dbc865885158c7006811774c6b452df31dbdfee0bd63232f42f4d9d' 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' homepage 'http://tools.android.com/download/studio'
license :unknown license :unknown
app 'Android Studio.app' app 'Android Studio.app'
postflight do
plist_set(':JVMOptions:JVMVersion', '1.6+')
end
end end

Loading…
Cancel
Save