Skip to content

Commit

Permalink
Merge pull request #58 from AmityCo/feat/update-option-ui
Browse files Browse the repository at this point in the history
Feat/update option UI
  • Loading branch information
AuThanakorn authored Sep 26, 2024
2 parents b6f69ea + 4f1dd02 commit b534d2d
Show file tree
Hide file tree
Showing 4 changed files with 211 additions and 236 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
Loading

0 comments on commit b534d2d

Please sign in to comment.