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