From 7b0ade5735358784ed9ec9b9af16fd4d9777120c Mon Sep 17 00:00:00 2001 From: Joshua Date: Sat, 6 Jul 2024 14:17:54 -0600 Subject: [PATCH] app runs! colors are whack and many things are broken. --- mobile/app/android/app/build.gradle | 2 +- mobile/app/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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