From 5160c8ec87f794f75a2ab2e06632a88c35f2d2e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=96=E7=A0=81=E5=B7=A5=E7=A8=8B=E5=B8=88?= Date: Thu, 20 Aug 2026 06:15:21 +0800 Subject: [PATCH] =?UTF-8?q?chore(mobile-next):=20Android=20Gradle=20?= =?UTF-8?q?=E5=A0=86=E6=94=B9=E4=B8=BA=204096M?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -Xmx1536M 无法完成 release 构建(Java heap space)。本机以 -Xmx4096M 真实打通 debug/release,作为当前项目稳定值入库。 Co-authored-by: Cursor Co-authored-by: multica-agent Co-authored-by: Cursor --- mobile-next/android/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile-next/android/gradle.properties b/mobile-next/android/gradle.properties index 94adc3a..4de64f2 100644 --- a/mobile-next/android/gradle.properties +++ b/mobile-next/android/gradle.properties @@ -1,3 +1,3 @@ -org.gradle.jvmargs=-Xmx1536M +org.gradle.jvmargs=-Xmx4096M android.useAndroidX=true android.enableJetifier=true