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