mirror of
https://github.com/dzeiocom/charts.git
synced 2025-06-13 19:39:19 +00:00
feat: Origin
This commit is contained in:
19
settings.gradle
Normal file
19
settings.gradle
Normal file
@ -0,0 +1,19 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "Dzeio Charts"
|
||||
|
||||
include ':sample'
|
||||
include ':library'
|
Reference in New Issue
Block a user