Move APKs to apks/ folder and update AGENTS.md rules
This commit is contained in:
@@ -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)**
|
||||
|
||||
Reference in New Issue
Block a user