chore: 更改 applicationId 为 com.datalumina.YYA

This commit is contained in:
MingNian
2026-06-08 14:40:25 +08:00
parent 714adc2d51
commit b5f2977b32
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ plugins {
}
android {
namespace = "com.healthmanager.health_app"
namespace = "com.datalumina.YYA"
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.healthmanager.health_app"
applicationId = "com.datalumina.YYA"
// 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.healthmanager.health_app
package com.datalumina.YYA
import io.flutter.embedding.android.FlutterActivity