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 { android {
namespace = "com.ttstd.familycare.ttstd_family_care" namespace = "com.ttstd.familycare"
compileSdk = flutter.compileSdkVersion compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion ndkVersion = flutter.ndkVersion
@@ -21,7 +21,7 @@ android {
defaultConfig { defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). // 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. // You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config. // For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion 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; import io.flutter.embedding.android.FlutterActivity;

View File

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