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
+1 -1
View File
@@ -1,7 +1,7 @@
import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'com.aimloperations.chat',
appId: 'ai.hesychia.chat',
appName: 'Hesychia',
webDir: 'build',
server: {