Repo created
This commit is contained in:
parent
324070df30
commit
2d33a757bf
644 changed files with 99721 additions and 2 deletions
22
settings.gradle.kts
Normal file
22
settings.gradle.kts
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
|
||||
// AboutLibraries
|
||||
maven("https://plugins.gradle.org/m2/")
|
||||
}
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
|
||||
// AppIntro, dav4jvm
|
||||
maven("https://jitpack.io")
|
||||
}
|
||||
}
|
||||
|
||||
include(":app")
|
||||
Loading…
Add table
Add a link
Reference in a new issue