From 861e8bf9043f432f569b31da65acb06febbdef1a Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 1 Feb 2025 03:15:01 -0700 Subject: [PATCH] Change project name and ID. --- android/app/build.gradle | 4 ++-- android/app/src/main/AndroidManifest.xml | 2 +- linux/CMakeLists.txt | 4 ++-- pubspec.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index f7ff96c..b0437f7 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -6,7 +6,7 @@ plugins { } android { - namespace = "com.example.flutter_empty" + namespace = "com.hyperling.expense_tracker" 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.flutter_empty" + applicationId = "com.hyperling.expense_tracker" // 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 6d6d250..0cb5959 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,6 +1,6 @@