From 3e74373617ed483411d0a23f5d71d0c78220efeb Mon Sep 17 00:00:00 2001 From: Joshua Soberg Date: Sat, 22 Feb 2025 10:17:50 -0500 Subject: [PATCH] chore(devex): Update project name and icon (#1601) * Update project name from "Mesh Util" to "Meshtastic Android" * Add project icon for Android Studio/IntelliJ/Jetbrains Toolbox --- .gitignore | 1 + .idea/icon.svg | 16 ++++++++++++++++ settings.gradle | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .idea/icon.svg diff --git a/.gitignore b/.gitignore index 04fe5cb1a..bc8516d49 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ !/.idea/codeStyles !/.idea/dictionaries/ !/.idea/runConfigurations/ +!/.idea/icon.svg *.iws *.iml diff --git a/.idea/icon.svg b/.idea/icon.svg new file mode 100644 index 000000000..e6863f6a6 --- /dev/null +++ b/.idea/icon.svg @@ -0,0 +1,16 @@ + + + +Created with Fabric.js 4.6.0 + + + + + + + + + + + + \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index 074a5f7ed..a5fd01fd2 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,2 +1,2 @@ include ':app' -rootProject.name='Mesh Util' +rootProject.name='Meshtastic Android'