fmt/support/gradle.properties
2026-01-20 12:10:18 +05:30

8 lines
226 B
Properties

# Required for modern Android builds (AGP 8.0+)
android.useAndroidX=true
# Imporves build performance
android.nonTransitiveRClass=true
# Memory settings for the build process
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g