android-sdk: use deprecate! instead of discontinued

This commit is contained in:
Rylan Polster
2023-12-17 17:45:46 -05:00
parent 828cefdfb6
commit ed3b12ccb6
+2 -1
View File
@@ -8,6 +8,8 @@ cask "android-sdk" do
desc "Tools for the Android SDK"
homepage "https://developer.android.com/studio/releases/sdk-tools"
deprecate! date: "2023-12-17", because: :discontinued
binary "#{staged_path}/tools/android"
binary "#{staged_path}/tools/emulator"
binary "#{staged_path}/tools/emulator-check"
@@ -35,6 +37,5 @@ cask "android-sdk" do
caveats do
depends_on_java "8"
discontinued
end
end