refactor: package name and app anem

This commit is contained in:
efrilm
2025-08-12 17:17:44 +07:00
parent a9967a366f
commit f8477d8a8c
5 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ plugins {
}
android {
namespace = "com.example.apskel_owner_flutter"
namespace = "com.apskel.apskel_owner"
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.apskel_owner_flutter"
applicationId = "com.apskel.apskel_owner"
// 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