Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into dev
Browse files Browse the repository at this point in the history
# Conflicts:
#	example/ios/Runner.xcodeproj/project.pbxproj
#	example/pubspec.lock
#	lib/view/social/global_feed.dart
  • Loading branch information
ThanakornThanom committed Oct 4, 2024
2 parents a513a39 + b534d2d commit aea47f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

android {
namespace = "com.ekoenterprise.flutter_social_app"
namespace = "com.ekoenterprise.example"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion

Expand All @@ -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
Expand Down

0 comments on commit aea47f7

Please sign in to comment.