Move APKs to apks/ folder and update AGENTS.md rules

This commit is contained in:
2026-06-29 23:47:09 +02:00
parent ce4e1a8c3a
commit 4badd3ec7f
9 changed files with 15 additions and 27 deletions
+2 -1
View File
@@ -3,7 +3,7 @@
Read the exact versioned docs at https://docs.expo.dev/versions/v56.0.0/ before writing any code.
# Versioning & Build Rules
Whenever a new build is triggered, the version MUST be updated.
Whenever a new build is triggered, the version MUST be updated in BOTH `app.json` and `package.json`.
- `version` format: `23.01.X`
- `versionCode`: `X` (just the last number)
Examples:
@@ -15,6 +15,7 @@ Apps must always be built as BOTH `.apk` and `.aab`.
The exact naming syntax for compiled files is:
`Schnappix_v23.01.X.apk`
`Schnappix_v23.01.X.aab`
IMPORTANT: All compiled files must be placed in the `apks/` directory (e.g. `apks/Schnappix_v23.01.X.apk`). Do NOT place them in the root directory.
# Architectural Decisions & Project Rules
1. **Kiosk Mode (Device Owner)**