Initial commit

This commit contains Fragment + ViewModel template from Android Studio
This commit is contained in:
Kirill Kamakin
2021-11-06 22:28:14 +03:00
commit 8bae6205b9
41 changed files with 851 additions and 0 deletions

10
settings.gradle Normal file
View File

@@ -0,0 +1,10 @@
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "Mealie"
include ':app'