Rename Android application ID to ai.hesychia.chat (#67)
Unit Tests / test (pull_request) Successful in 25s

Align Capacitor appId, Gradle applicationId/namespace, MainActivity package, and docs with Hesychia branding.
This commit is contained in:
2026-07-29 13:17:38 -05:00
parent 235c73dda8
commit 35dc4c584f
5 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
# Hesychia — Android
Native Capacitor project for `com.aimloperations.chat`. Web UI comes from the CRA
Native Capacitor project for `ai.hesychia.chat`. Web UI comes from the CRA
`build/` output in the parent `llm-fe/` package (synced with `npx cap sync`).
Broader Capacitor notes (env files, icons, QA): [`../ANDROID.md`](../ANDROID.md).
@@ -105,7 +105,7 @@ Without `keystore.properties`, release builds are unsigned; debug builds do not
## Deploy to Google Play
1. [Play Console](https://play.google.com/console) → app **Hesychia** (`com.aimloperations.chat`).
1. [Play Console](https://play.google.com/console) → app **Hesychia** (`ai.hesychia.chat`).
2. Complete store listing: privacy policy URL, data-safety form, screenshots.
3. **Testing → Internal testing** → create release → upload `app-release.aab`.
4. Add testers, roll out internal track, verify on devices.
@@ -126,6 +126,6 @@ Each new upload needs a higher `versionCode`.
| | |
|--|--|
| Application ID | `com.aimloperations.chat` |
| Application ID | `ai.hesychia.chat` |
| Display name | Hesychia |
| Min / target SDK | 23 / 35 (see `variables.gradle`) |