Rename Android application ID to ai.hesychia.chat (#67)
Unit Tests / test (pull_request) Successful in 25s
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:
@@ -7,10 +7,10 @@ if (keystorePropertiesFile.exists()) {
|
||||
}
|
||||
|
||||
android {
|
||||
namespace "com.aimloperations.chat"
|
||||
namespace "ai.hesychia.chat"
|
||||
compileSdk rootProject.ext.compileSdkVersion
|
||||
defaultConfig {
|
||||
applicationId "com.aimloperations.chat"
|
||||
applicationId "ai.hesychia.chat"
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode 1
|
||||
|
||||
Reference in New Issue
Block a user