Skip to content

Commit 38c9689

Browse files
committed
SHK-7096: Updated readme
1 parent f35677f commit 38c9689

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -52,27 +52,6 @@ Shake.start(apiKey);
5252

5353
Replace `ios-app-api-key` and `android-app-api-key` with the actual values you have in your app settings.
5454

55-
## Troubleshooting
56-
57-
If you get the following error during the build time:
58-
59-
```
60-
Execution failed for task ':app:mergeDexDebug'.
61-
```
62-
63-
You should set *multiDexEnabled* flag in app-level *build.gradle* like below:
64-
65-
```groovy title="app/build.gradle"
66-
defaultConfig {
67-
applicationId "com.shakebugs.react.example"
68-
minSdkVersion rootProject.ext.minSdkVersion
69-
targetSdkVersion rootProject.ext.targetSdkVersion
70-
versionCode 1
71-
versionName "1.0.0"
72-
multiDexEnabled true
73-
}
74-
```
75-
7655
## Resources
7756

7857
- [Official docs](https://www.shakebugs.com/docs/)

0 commit comments

Comments
 (0)