Files
PilotVault/Fly App/android/gradle.properties
T
tajniak81andClaude Opus 4.8 afc6952eda Initial commit: PilotVault multi-service project
Add API Server (Go/PocketBase), Web App (Go BFF + Vue), Fly App
(Flutter/DJI MSDK), Adobe Plugin, and Docker/Docker AIO deployment
configs. Design assets and build artifacts are gitignored.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-13 11:43:33 +02:00

15 lines
640 B
Properties

org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=2G -XX:+HeapDumpOnOutOfMemoryError
android.useAndroidX=true
android.enableJetifier=true
# DJI Mobile SDK
# Register the application id "com.dji.flutter.dji_msdk_sample" at
# https://developer.dji.com/user/apps/ to obtain an App Key, then paste it below.
# This value is injected into AndroidManifest.xml via a manifestPlaceholder.
# DJI_API_KEY=PASTE_YOUR_DJI_APP_KEY_HERE
DJI_API_KEY=e427e182254c91013ba591e9
# This builtInKotlin flag was added automatically by Flutter migrator
android.builtInKotlin=false
# This newDsl flag was added automatically by Flutter migrator
android.newDsl=false