diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index a733c42..a64dad4 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -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 diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 8ccc061..3d9eb2d 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,6 +1,8 @@ + + CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName - Apskel Owner Flutter + Apskel Owner CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt index 80ef900..3779ef0 100644 --- a/linux/CMakeLists.txt +++ b/linux/CMakeLists.txt @@ -7,7 +7,7 @@ project(runner LANGUAGES CXX) set(BINARY_NAME "apskel_owner_flutter") # The unique GTK application identifier for this application. See: # https://wiki.gnome.org/HowDoI/ChooseApplicationID -set(APPLICATION_ID "com.example.apskel_owner_flutter") +set(APPLICATION_ID "com.apskel.apskel_owner") # Explicitly opt in to modern CMake behaviors to avoid warnings with recent # versions of CMake.