This commit is contained in:
2023-11-13 14:23:33 +03:00
commit 4d842a9b42
148 changed files with 5990 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
maven { setUrl("https://jitpack.io") }
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { setUrl("https://jitpack.io") }
}
}
rootProject.name = "SweetShopViki"
include(":app")