Skip to content

Commit fd03e70

Browse files
Add Android Additional Instructions
1 parent 9b40763 commit fd03e70

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,19 @@ Instead of copy pasting from pub.dev, it is recommended that you use `flutter pu
131131

132132
## Platform-specific Additional Instructions
133133

134+
### Android
135+
Add the `multiDexEnabled true` line to the `defaultConfig` section at `android/app/build.gradle file`
136+
137+
```
138+
android {
139+
...
140+
defaultConfig {
141+
...
142+
multiDexEnabled true
143+
}
144+
}
145+
```
146+
134147
### macOS
135148

136149
Add below keys to `macos/Runner/DebugProfile.entitlements` and `macos/Runner/Release.entitlements`.

0 commit comments

Comments
 (0)