diff --git a/README.md b/README.md
index cccb04e..7ec8084 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,16 @@

-A FRC scouting and statistics app. Developed by Laser Robotics.
+A simple FRC scouting app. Developed by Laser Robotics.
+
+# What is planned
+
+* Breakdowns of match statistics
+* Stat comparisons
+* Ability to export data
+
+# Some extra notes
+
+This is a side project by a few of our members and is our first Flutter project. Please leave suggestions and tips about what we could do better!
# How to contribute
@@ -13,5 +23,4 @@ A FRC scouting and statistics app. Developed by Laser Robotics.
1. Run the command `flutter run` in your terminal while inside project folder.
2. Open the app in your desired platform.
-* If you plan to test on an iPhone, you must have a Apple Developer account and a MacOS device with Xcode. I reccomend [this guide](https://www.geeksforgeeks.org/how-to-install-flutter-app-on-ios/)
-
+* If you plan to test on an iPhone, you must have a Apple Developer account and a MacOS device with Xcode. I reccomend [this guide](https://www.geeksforgeeks.org/how-to-install-flutter-app-on-ios/)
\ No newline at end of file
diff --git a/android/build.gradle b/android/build.gradle
index d2ffbff..8e9de9d 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -15,4 +15,4 @@ subprojects {
tasks.register("clean", Delete) {
delete rootProject.buildDir
-}
+}
\ No newline at end of file
diff --git a/android/settings.gradle b/android/settings.gradle
index b9e43bd..e07c1cb 100644
--- a/android/settings.gradle
+++ b/android/settings.gradle
@@ -18,7 +18,7 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
- id "com.android.application" version "8.1.0" apply false
+ id "com.android.application" version "8.2.2" apply false
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
}
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index 13eaa63..8a1ce53 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -9,11 +9,11 @@
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
+ org.laserrobotics.LaserScouter
CFBundleInfoDictionaryVersion
6.0
CFBundleName
- laserscouter
+ Laser Scouter
CFBundlePackageType
APPL
CFBundleShortVersionString
diff --git a/pubspec.yaml b/pubspec.yaml
index bcec89d..18b8168 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: laserscouter
-description: "A FRC scouting and statistics app. Developed by Laser Robotics"
+description: "A FRC scouting app. Developed by Laser Robotics"
# 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
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
-version: 1.0.0+1
+version: 1.0.0
environment:
sdk: ^3.6.1