From 843f394ebe82405ed50b67d8a73d7e63901b72c7 Mon Sep 17 00:00:00 2001 From: Vaibhav Surve Date: Wed, 1 Oct 2025 16:22:15 +0530 Subject: [PATCH] made chnages for name --- android/app/build.gradle | 2 +- android/app/google-services.json | 2 +- android/app/src/main/AndroidManifest.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index efbe5d9..689033a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -37,7 +37,7 @@ android { // Default configuration for your application defaultConfig { // Specify your unique Application ID. This identifies your app on Google Play. - applicationId = "com.marco.aiot" + applicationId = "com.marcoonfieldwork.aiot" // Set minimum and target SDK versions based on Flutter's configuration minSdk = 23 targetSdk = flutter.targetSdkVersion diff --git a/android/app/google-services.json b/android/app/google-services.json index e1ce769..63ab605 100644 --- a/android/app/google-services.json +++ b/android/app/google-services.json @@ -9,7 +9,7 @@ "client_info": { "mobilesdk_app_id": "1:626581282477:android:8d3cf5009ff92ef67ff024", "android_client_info": { - "package_name": "com.marco.aiot" + "package_name": "com.marcoonfieldwork.aiot" } }, "oauth_client": [], diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 6499e02..4a7cbdf 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -8,7 +8,7 @@