initial setup with UI & package structure

This commit is contained in:
vsuryakumar
2023-01-12 01:04:45 +05:30
commit a68a58034f
43 changed files with 1060 additions and 0 deletions

16
settings.gradle Normal file
View File

@@ -0,0 +1,16 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Refactored App"
include ':app'