Files
pad_scanner/android/gradle.properties
Misaka_Company f19114f454 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>
2026-05-08 15:35:38 +08:00

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