From 40802c4432c6eb1693d82548bb07819065aa89f1 Mon Sep 17 00:00:00 2001 From: Aditya Pulipaka Date: Wed, 6 Jul 2022 15:07:10 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc2977e..933b428 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Budgeteer Simple Android App Allowing Expense Tracking +I have included the src folder, along with the Android APK, as the rest is unnecessary. # Implementation Uses a DAO to interface between a list activities containing expenditures and categories and a database storing all these.