From 360b6865bed93bae918a7f93df3e89864055ffd2 Mon Sep 17 00:00:00 2001 From: Juan Gilsanz Polo Date: Tue, 27 Sep 2022 00:10:54 +0200 Subject: [PATCH] Changed app name --- android/app/build.gradle | 2 +- android/app/src/debug/AndroidManifest.xml | 2 +- android/app/src/main/AndroidManifest.xml | 7 ++++--- .../com/example/adguard_home_manager/MainActivity.kt | 2 +- android/app/src/profile/AndroidManifest.xml | 2 +- ios/Runner/Info.plist | 2 +- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 273718e..ae74803 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -44,7 +44,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.adguard_home_manager" + applicationId "com.jgeek00.adguard_home_manager" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration. minSdkVersion flutter.minSdkVersion diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index c593ab0..bf4e526 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="com.jgeek00.adguard_home_manager">