code setup

This commit is contained in:
kapilkumar
2024-04-29 19:32:06 +05:30
commit 750f10c6bd
4879 changed files with 194806 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
rootProject.name = "redeyedtest"
include ':app'