Repo created
This commit is contained in:
parent
92216c1ae2
commit
6e051b9cd4
280 changed files with 19204 additions and 2 deletions
29
settings.gradle.kts
Normal file
29
settings.gradle.kts
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
google{
|
||||
content {
|
||||
includeGroupByRegex("com\\.android.*")
|
||||
includeGroupByRegex("com\\.google.*")
|
||||
includeGroupByRegex("androidx.*")
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
maven(url = "https://repo.repsy.io/mvn/chrynan/public")
|
||||
maven(url = "https://jitpack.io")
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven(url = "https://repo.repsy.io/mvn/chrynan/public")
|
||||
maven(url = "https://jitpack.io")
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "TabsLite"
|
||||
include(":app")
|
||||
Loading…
Add table
Add a link
Reference in a new issue