Skip to content

Commit 7414aa9

Browse files
🔄 created local './settings.gradle.kts' from remote './settings.gradle.kts'
1 parent e6ee612 commit 7414aa9

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

‎settings.gradle.kts‎

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
pluginManagement {
2+
repositories {
3+
google {
4+
content {
5+
includeGroupByRegex("com\\.android.*")
6+
includeGroupByRegex("com\\.google.*")
7+
includeGroupByRegex("androidx.*")
8+
}
9+
}
10+
mavenCentral()
11+
gradlePluginPortal()
12+
}
13+
}
14+
dependencyResolutionManagement {
15+
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
16+
repositories {
17+
google()
18+
mavenCentral()
19+
}
20+
}
21+
22+
rootProject.name = "CircleModularWalletsCore"
23+
include(":lib")

0 commit comments

Comments
 (0)