uploaded source code

This commit is contained in:
shiva yadav
2023-04-24 01:13:24 -07:00
parent aaa8f20b74
commit 1c04480a2d
58 changed files with 3074 additions and 0 deletions

View File

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