File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,6 @@ project.ext.react = [
9494]
9595
9696apply from : " ../../node_modules/react-native/react.gradle"
97- apply from : " ../../node_modules/@sentry/react-native/sentry.gradle"
9897apply from : " ../../node_modules/react-native-code-push/android/codepush.gradle"
9998
10099
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ android.useAndroidX=true
2424# Automatically convert third-party libraries to use AndroidX
2525android.enableJetifier =true
2626android.largeHeap ="true"
27- org.gradle.jvmargs =-Xmx4096M
27+ org.gradle.jvmargs =-Xmx4096M -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
28+ org.gradle.parallel =true
2829
2930
3031# Version of flipper SDK to use with React Native
You can’t perform that action at this time.
0 commit comments