change package

This commit is contained in:
Phuoc Nguyen
2025-11-11 10:48:18 +07:00
parent 4e40a52b84
commit 47cdf71968
8 changed files with 48 additions and 90 deletions

View File

@@ -6,7 +6,7 @@ plugins {
}
android {
namespace = "com.example.worker"
namespace = "com.dbiz.partner"
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.example.worker"
applicationId = "com.dbiz.partner"
// 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.example.worker
package com.dbiz.partner
import io.flutter.embedding.android.FlutterActivity