diff --git a/docs/android.mdx b/docs/android.mdx index c4a7513a..4020b554 100644 --- a/docs/android.mdx +++ b/docs/android.mdx @@ -5,7 +5,6 @@ In release mode, you must add the following to your `app/build.gradle`: ``` buildTypes { release { - ... shrinkResources false minifyEnabled false }