Skip to content

Commit aea47f7

Browse files
Merge remote-tracking branch 'origin/main' into dev
# Conflicts: # example/ios/Runner.xcodeproj/project.pbxproj # example/pubspec.lock # lib/view/social/global_feed.dart
2 parents a513a39 + b534d2d commit aea47f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
android {
9-
namespace = "com.ekoenterprise.flutter_social_app"
9+
namespace = "com.ekoenterprise.example"
1010
compileSdk = flutter.compileSdkVersion
1111
ndkVersion = flutter.ndkVersion
1212

@@ -21,7 +21,7 @@ android {
2121

2222
defaultConfig {
2323
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
24-
applicationId = "com.ekoenterprise.flutter_social_app"
24+
applicationId = "com.ekoenterprise.example"
2525
// You can update the following values to match your application needs.
2626
// For more information, see: https://flutter.dev/to/review-gradle-config.
2727
minSdk = flutter.minSdkVersion

0 commit comments

Comments
 (0)