Adjust app and project name.

This commit is contained in:
Hyperling 2024-12-28 07:34:37 -07:00
parent d31a88903a
commit 5da131873f
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
<resources>
<string name="app_name">Expense Tracker</string>
<string name="app_name">Recurring Expenses</string>
</resources>

View File

@ -19,6 +19,6 @@ dependencyResolutionManagement {
}
}
rootProject.name = "Expense Tracker"
rootProject.name = "Recurring Expense Tracker"
include(":app")