We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086acc0 commit 9cf7e19Copy full SHA for 9cf7e19
settings.gradle.kts
@@ -16,7 +16,13 @@
16
17
pluginManagement {
18
repositories {
19
- google()
+ google {
20
+ content {
21
+ includeGroupByRegex("com\\.android.*")
22
+ includeGroupByRegex("com\\.google.*")
23
+ includeGroupByRegex("androidx.*")
24
+ }
25
26
mavenCentral()
27
gradlePluginPortal()
28
}
@@ -28,8 +34,17 @@ dependencyResolutionManagement {
34
29
35
maven {
30
36
setUrl("https://androidx.dev/snapshots/builds/11723120/artifacts/repository")
37
38
39
40
41
42
43
44
45
46
31
47
32
33
48
49
50
0 commit comments