diff --git a/eas.json b/eas.json index f4001c5..276fc29 100644 --- a/eas.json +++ b/eas.json @@ -6,16 +6,31 @@ "build": { "development": { "developmentClient": true, - "distribution": "internal" + "distribution": "internal", + "android": { + "env": { + "EAS_BUILD_DISABLE_MAVEN_CACHE": "1" + } + } }, "preview": { - "distribution": "internal" + "distribution": "internal", + "android": { + "env": { + "EAS_BUILD_DISABLE_MAVEN_CACHE": "1" + } + } }, "production": { - "autoIncrement": true + "autoIncrement": true, + "android": { + "env": { + "EAS_BUILD_DISABLE_MAVEN_CACHE": "1" + } + } } }, "submit": { "production": {} } -} +} \ No newline at end of file