13 lines
512 B
Properties
13 lines
512 B
Properties
# Project-wide Gradle settings.
|
|
# Increase heap for Gradle daemon:
|
|
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
|
|
|
# Use AndroidX (پروژهات اگر قبلاً اینو داشت نگهش دار)
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
|
|
# Optional: proxy settings (در صورت نیاز در شبکهی شرکت/پروکسی)
|
|
# systemProp.http.proxyHost=proxy.example.com
|
|
# systemProp.http.proxyPort=8080
|
|
# systemProp.https.proxyHost=proxy.example.com
|
|
# systemProp.https.proxyPort=8080 |