Add a basic room database system for further features

This commit is contained in:
Nishant Mishra
2025-07-03 20:21:24 +05:30
parent 9e3978f261
commit 32e3a05df8
12 changed files with 171 additions and 18 deletions

View File

@@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools">
<application
android:name=".TomatoApplication"
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"