feat: package name

This commit is contained in:
efrilm 2025-08-06 23:45:15 +07:00
parent 7586df207e
commit 7d1c3d1bd6
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ if (flutterVersionName == null) {
} }
android { android {
namespace "com.example.enaklo_pos" namespace "com.appscale.pos"
compileSdkVersion 35 compileSdkVersion 35
ndkVersion flutter.ndkVersion ndkVersion flutter.ndkVersion
@ -42,7 +42,7 @@ android {
defaultConfig { defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.enaklo_pos" applicationId "com.appscale.pos"
// You can update the following values to match your application needs. // You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion 21 minSdkVersion 21

View File

@ -1,4 +1,4 @@
package com.example.enaklo_pos package com.appscale.pos
import io.flutter.embedding.android.FlutterActivity import io.flutter.embedding.android.FlutterActivity