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 @@