Add list food to Home Fragment

This commit is contained in:
Nezumi
2023-02-11 13:02:00 +07:00
parent ac66307478
commit bbf7dfd68b
15 changed files with 233 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
}