Files
tongxunruanjian/mobile-next/android/gradle.properties
T
5160c8ec87 chore(mobile-next): Android Gradle 堆改为 4096M
-Xmx1536M 无法完成 release 构建(Java heap space)。本机以 -Xmx4096M 真实打通 debug/release,作为当前项目稳定值入库。

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-20 06:15:21 +08:00

4 lines
82 B
Properties

org.gradle.jvmargs=-Xmx4096M
android.useAndroidX=true
android.enableJetifier=true