From 2557808012b1ff13e62352b9dcea95a44ac39ea6 Mon Sep 17 00:00:00 2001 From: "Shams Zakhour (ignore Sfshaza)" <44418985+sfshaza2@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:47:59 -0700 Subject: [PATCH] Update src/content/deployment/android.md --- src/content/deployment/android.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/content/deployment/android.md b/src/content/deployment/android.md index 2fabb67485..37e09f2a1b 100644 --- a/src/content/deployment/android.md +++ b/src/content/deployment/android.md @@ -250,7 +250,9 @@ To disable R8, pass the `--no-shrink` flag to Obfuscation and minification can considerably extend compile time of the Android application. -`--[no-]shrink` flag has no effect. Code shrinking is always enabled in release builds. To learn more, see: [Shrink, obfuscate, and optimize your app](https://developer.android.com/studio/build/shrink-code) +The `--[no-]shrink` flag has no effect. Code shrinking is always enabled in release builds. +To learn more, check out +[Shrink, obfuscate, and optimize your app]({{site.android-dev}}/studio/build/shrink-code). ::: ## Enable multidex support