diff options
Diffstat (limited to 'Library/Formula/android-platform-tools.rb')
| -rw-r--r-- | Library/Formula/android-platform-tools.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/android-platform-tools.rb b/Library/Formula/android-platform-tools.rb index e7eb0444a..5c0acdd06 100644 --- a/Library/Formula/android-platform-tools.rb +++ b/Library/Formula/android-platform-tools.rb @@ -2,9 +2,9 @@ class AndroidPlatformTools < Formula    homepage "https://developer.android.com/sdk"    # the url is from:    # https://dl.google.com/android/repository/repository-8.xml -  url "https://dl.google.com/android/repository/platform-tools_r21-macosx.zip" -  version "21.0.0" -  sha256 "30ae8724da3db772a776d616b4746516f24ae81330e84315a7ce0c49e0b0b3cb" +  url "https://dl.google.com/android/repository/platform-tools_r22-macosx.zip" +  version "22.0.0" +  sha256 "c06721ff66a1a3f70e489325f06474e28cd0efd5352f097ee2ff58167b4f6564"    conflicts_with "android-sdk",      :because => "the Android Platform-tools are part of the Android SDK" | 
