We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b4cbf commit 4a06cb0Copy full SHA for 4a06cb0
.circleci/config.yml
@@ -209,8 +209,7 @@ jobs:
209
workflows:
210
publish:
211
jobs:
212
- - danger:
213
- context: cross-platform
+ - danger
214
- test_module
215
- test_sample
216
- test_android
@@ -232,7 +231,6 @@ workflows:
232
231
branches:
233
only: master
234
- publish:
235
236
requires:
237
- hold
238
filters:
InstabugSample/android/gradle.properties
@@ -26,3 +26,6 @@ android.enableJetifier=true
26
27
# Version of flipper SDK to use with React Native
28
FLIPPER_VERSION=0.99.0
29
+
30
+# Max heap size
31
+org.gradle.jvmargs=-Xmx4608m
0 commit comments