From fd03e704b2669f7f055d574234f46cc565681f6d Mon Sep 17 00:00:00 2001 From: Yousef Rabia <78663127+Yousef-Rabia@users.noreply.github.com> Date: Thu, 21 Mar 2024 02:03:00 +0200 Subject: [PATCH] Add Android Additional Instructions --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 211eaf06..ec24ec76 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -131,6 +131,19 @@ Instead of copy pasting from pub.dev, it is recommended that you use `flutter pu ## Platform-specific Additional Instructions +### Android +Add the `multiDexEnabled true` line to the `defaultConfig` section at `android/app/build.gradle file` + +``` +android { + ... + defaultConfig { + ... + multiDexEnabled true + } +} +``` + ### macOS Add below keys to `macos/Runner/DebugProfile.entitlements` and `macos/Runner/Release.entitlements`.