diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index c2401761..cf9d9433 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -6,7 +6,7 @@ plugins { } android { - namespace = "com.ekoenterprise.flutter_social_app" + namespace = "com.ekoenterprise.example" 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.ekoenterprise.flutter_social_app" + applicationId = "com.ekoenterprise.example" // 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