Rename Package

This commit is contained in:
2026-02-01 22:54:53 +01:00
parent 83a8a3aaef
commit d87f00037a
9 changed files with 65 additions and 54 deletions

View File

@@ -6,7 +6,7 @@ plugins {
}
android {
namespace = "com.example.bmmanager"
namespace = "gmbh.bearologics.brandmanager"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
@@ -20,8 +20,7 @@ android {
}
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "com.example.bmmanager"
applicationId = "gmbh.bearologics.brandmanager"
// 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