This commit is contained in:
xianyi
2026-01-13 11:49:22 +08:00

View File

@@ -6,16 +6,31 @@
"build": { "build": {
"development": { "development": {
"developmentClient": true, "developmentClient": true,
"distribution": "internal" "distribution": "internal",
"android": {
"env": {
"EAS_BUILD_DISABLE_MAVEN_CACHE": "1"
}
}
}, },
"preview": { "preview": {
"distribution": "internal" "distribution": "internal",
"android": {
"env": {
"EAS_BUILD_DISABLE_MAVEN_CACHE": "1"
}
}
}, },
"production": { "production": {
"autoIncrement": true "autoIncrement": true,
"android": {
"env": {
"EAS_BUILD_DISABLE_MAVEN_CACHE": "1"
}
}
} }
}, },
"submit": { "submit": {
"production": {} "production": {}
} }
} }