From 397daf6594979b9f4b1e8c513c0b6f982b1a1b74 Mon Sep 17 00:00:00 2001 From: Alpusa Date: Mon, 2 Dec 2024 08:14:23 -0500 Subject: [PATCH] android/app/build.gradle --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index ba1ae51..0d68dd7 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -6,7 +6,7 @@ plugins { } android { - namespace = "com.example.to_do" + namespace = "com.alpusa.to_do" 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.to_do" + applicationId = "com.alpusa.to_do" // 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