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>
15 lines
640 B
Properties
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
|