Files
fmt/support/gradle.properties
T

9 lines
227 B
Properties
Raw Normal View History

2026-01-21 23:52:00 +05:30
# Required for modern Android builds (AGP 8.0+)
android.useAndroidX=true
# Improves build performance
android.nonTransitiveRClass=true
# Memory settings for the build process
2026-01-22 11:24:08 -08:00
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g