mirror of
https://github.com/fmtlib/fmt.git
synced 2026-01-25 16:52:55 +01:00
9 lines
227 B
Properties
9 lines
227 B
Properties
# Required for modern Android builds (AGP 8.0+)
|
|
android.useAndroidX=true
|
|
|
|
# Improves build performance
|
|
android.nonTransitiveRClass=true
|
|
|
|
# Memory settings for the build process
|
|
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g
|