Skip to content

Commit 17272dd

Browse files
authored
Update platform_specific_instructions.md
1 parent a135ade commit 17272dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/dev_guide/platform_specific_instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Conversion to Dalvik format failed:
4242
Unable to execute dex: method ID not in [0, 0xffff]: 65536
4343
```
4444

45-
To solve this problem, add the `multiDexEnabled true` line to the `defaultConfig` section at `android/app/build.gradle file`
45+
To solve this problem, add the `multiDexEnabled true` line to the `defaultConfig` section in `android/app/build.gradle file`
4646

4747
```
4848
android {

0 commit comments

Comments
 (0)