- Add .gitattributes to normalize line endings for generated files - Configure Gradle proxy in gradle.properties for project-level use - Update pubspec.lock after flutter pub get with Flutter 3.41.9 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
302 B
INI
8 lines
302 B
INI
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
systemProp.http.proxyHost=127.0.0.1
|
|
systemProp.http.proxyPort=8800
|
|
systemProp.https.proxyHost=127.0.0.1
|
|
systemProp.https.proxyPort=8800
|