Skip to content

Commit

Permalink
Update src/content/deployment/android.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sfshaza2 authored Aug 19, 2024
1 parent 6bc35e5 commit 2557808
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/content/deployment/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2557808

Please sign in to comment.