diff --git a/mobile/app/android/app/build.gradle b/mobile/app/android/app/build.gradle index bf2cdd3..d277963 100644 --- a/mobile/app/android/app/build.gradle +++ b/mobile/app/android/app/build.gradle @@ -35,7 +35,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId = "com.example.app" + applicationId = "com.example.app" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. minSdk = flutter.minSdkVersion diff --git a/mobile/app/pubspec.yaml b/mobile/app/pubspec.yaml index 7fe9796..3fa09a3 100644 --- a/mobile/app/pubspec.yaml +++ b/mobile/app/pubspec.yaml @@ -1,5 +1,5 @@ name: app -description: "A new Flutter project." +description: "Front-end app for One AI." # The following line prevents the package from being accidentally published to # pub.dev using `flutter pub publish`. This is preferred for private packages. publish_to: 'none' # Remove this line if you wish to publish to pub.dev