From 97e1198b5c2eff584eb265a8047b02e630903c3a Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Mon, 17 Jun 2024 11:39:41 +0800 Subject: [PATCH] update docs --- docs/android.mdx | 1 - 1 file changed, 1 deletion(-) 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 }