From f2a20e541d32bcf943615f8a4a2bd88020f49a35 Mon Sep 17 00:00:00 2001 From: tajniak81 <13187254+tajniak81@users.noreply.github.com> Date: Tue, 21 Jul 2026 21:30:52 +0200 Subject: [PATCH] Point the root README at the App Key's new home MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Fly App's DJI App Key moved out of android/gradle.properties and into the developer's ~/.gradle/gradle.properties in 5865553, but the root README's setup steps still sent people to the old location — where a key would now be both ignored by the build and committed to git, which is exactly the pair of outcomes that change existed to prevent. Audited the rest of the docs and the container stack while here and changed nothing else: no other README names the key or the old package, and the Fly App appears across all the Docker files only as a .dockerignore exclusion, which is correct — it is a Flutter APK built on the developer's machine, not a service in the stack. Co-Authored-By: Claude Opus 4.8 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1da1c32..34fc5c3 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,10 @@ User/org management requires a PocketBase **superuser service account** in ``` Open http://localhost:8090 and sign in. 4. **Fly App** — see [`Fly App/README.md`](Fly%20App/README.md) (install Flutter - + JDK, set your DJI App Key in `android/gradle.properties`, `flutter run` on a - connected Android device — the DJI SDK does not run on emulators). + + JDK, put your DJI App Key in `~/.gradle/gradle.properties` as + `PILOTVAULT_FLY_API_KEY` — deliberately outside the repo, so it is never + committed — then `flutter run` on a connected Android device; the DJI SDK + does not run on emulators). ### Docker