We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35677f commit 38c9689Copy full SHA for 38c9689
1 file changed
README.md
@@ -52,27 +52,6 @@ Shake.start(apiKey);
52
53
Replace `ios-app-api-key` and `android-app-api-key` with the actual values you have in your app settings.
54
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
76
## Resources
77
78
- [Official docs](https://www.shakebugs.com/docs/)
0 commit comments