We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a513a39 + b534d2d commit aea47f7Copy full SHA for aea47f7
1 file changed
example/android/app/build.gradle
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
android {
9
- namespace = "com.ekoenterprise.flutter_social_app"
+ namespace = "com.ekoenterprise.example"
10
compileSdk = flutter.compileSdkVersion
11
ndkVersion = flutter.ndkVersion
12
@@ -21,7 +21,7 @@ android {
21
22
defaultConfig {
23
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
24
- applicationId = "com.ekoenterprise.flutter_social_app"
+ applicationId = "com.ekoenterprise.example"
25
// You can update the following values to match your application needs.
26
// For more information, see: https://flutter.dev/to/review-gradle-config.
27
minSdk = flutter.minSdkVersion
0 commit comments