litecloud/lightcloud_app/android/gradle.properties
Mercurio b50fbdcaef feat: add initial Flutter project structure and auth screen
This commit introduces the initial setup for the Lightcloud Flutter application including:
- Basic project structure with Android and web configurations
- Authentication screen with login/register functionality
- Initial UI components and theme setup
2025-05-28 23:52:05 +02:00

4 lines
111 B
INI

org.gradle.jvmargs=-Xmx4G -XX:+HeapDumpOnOutOfMemoryError
android.useAndroidX=true
android.enableJetifier=true