diff --git a/plugins/withGradleProperties.js b/plugins/withGradleProperties.js index 2d5be43c..23e4e34f 100644 --- a/plugins/withGradleProperties.js +++ b/plugins/withGradleProperties.js @@ -26,13 +26,6 @@ module.exports = function withCustomPlugin(config) { // Expo 52 is not setting this // https://github.com/expo/expo/issues/32558 config = setGradlePropertiesValue(config, "android.enableJetifier", "true"); - config = setGradlePropertiesValue(config, "org.gradle.daemon", "true"); - config = setGradlePropertiesValue(config, "org.gradle.parallel", "true"); - config = setGradlePropertiesValue( - config, - "org.gradle.configureondemand", - "true", - ); // Increase memory config = setGradlePropertiesValue(