14 lines
633 B
Properties
14 lines
633 B
Properties
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dhttps.protocols=TLSv1.2 -Djdk.tls.client.protocols=TLSv1.2 -Djava.net.preferIPv4Stack=true
|
|
org.gradle.daemon=true
|
|
org.gradle.parallel=true
|
|
org.gradle.caching=true
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
systemProp.https.protocols=TLSv1.2
|
|
systemProp.jdk.tls.client.protocols=TLSv1.2
|
|
systemProp.java.net.preferIPv4Stack=true
|
|
# This builtInKotlin flag was added automatically by Flutter migrator
|
|
android.builtInKotlin=false
|
|
# This newDsl flag was added automatically by Flutter migrator
|
|
android.newDsl=false
|