setup of the basic structure of the project with boiler plate code

This commit is contained in:
vsuryakumar
2023-01-19 18:57:59 +05:30
parent a68a58034f
commit 37545a82e1
49 changed files with 1194 additions and 194 deletions

View File

@@ -10,6 +10,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
rootProject.name = "Refactored App"