Skip to content

Commit a076a7a

Browse files
authored
Update CONTRIBUTING.md
1 parent 926fab8 commit a076a7a

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -131,19 +131,6 @@ 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-
147134
### macOS
148135

149136
Add below keys to `macos/Runner/DebugProfile.entitlements` and `macos/Runner/Release.entitlements`.
@@ -167,4 +154,16 @@ ClientException with SocketException: Connection failed (OS Error: Operation not
167154

168155
You can read more [here](https://docs.flutter.dev/platform-integration/macos/building#setting-up-entitlements)
169156

157+
### Android (Work in Progress)
170158

159+
Add the `multiDexEnabled true` line to the `defaultConfig` section at `android/app/build.gradle file`
160+
161+
```
162+
android {
163+
...
164+
defaultConfig {
165+
...
166+
multiDexEnabled true
167+
}
168+
}
169+
```

0 commit comments

Comments
 (0)