build: change android package name

This commit is contained in:
2026-05-13 10:32:23 +08:00
parent 65fda01440
commit b5af767421
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ plugins {
}
android {
namespace = "com.ttstd.familycare.ttstd_family_care"
namespace = "com.ttstd.familycare"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
@@ -21,7 +21,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "com.ttstd.familycare.ttstd_family_care"
applicationId = "com.ttstd.familycare"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion

View File

@@ -1,4 +1,4 @@
package com.ttstd.familycare.ttstd_family_care;
package com.ttstd.familycare;
import io.flutter.embedding.android.FlutterActivity;

View File

@@ -7,7 +7,7 @@ project(runner LANGUAGES CXX)
set(BINARY_NAME "ttstd_family_care")
# The unique GTK application identifier for this application. See:
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
set(APPLICATION_ID "com.ttstd.familycare.ttstd_family_care")
set(APPLICATION_ID "com.ttstd.familycare")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.