TP-12345 | initial commit

This commit is contained in:
Rajinikanth
2023-04-19 18:10:46 +05:30
commit de7547a0ba
44 changed files with 970 additions and 0 deletions

16
settings.gradle Normal file
View File

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