From 5af18cb99bf6ab8462d06c98d92b5ed997793635 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Thu, 8 May 2025 16:48:01 +0800 Subject: [PATCH] [android] update docs --- docs/android.mdx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/android.mdx b/docs/android.mdx index 1279b9dc..7fdc5a09 100644 --- a/docs/android.mdx +++ b/docs/android.mdx @@ -12,15 +12,3 @@ Thermion requires Android SDK version 22, so change your `app/android/build.grad } ``` -### Shrink/Minify Resources - -In release mode, you must add the following to your `app/build.gradle`: - -``` - buildTypes { - release { - shrinkResources false - minifyEnabled false - } - } -``` \ No newline at end of file