chore: add .gitattributes, project proxy config and update dependencies
- 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>
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user