We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4552e commit fa543ffCopy full SHA for fa543ff
1 file changed
app/settings.gradle.kts
@@ -1,8 +1,15 @@
1
-@Suppress("UnstableApiUsage")
+@file:Suppress("UnstableApiUsage")
2
+
3
dependencyResolutionManagement {
4
repositoriesMode = RepositoriesMode.FAIL_ON_PROJECT_REPOS
5
repositories {
- google()
6
+ google {
7
+ content {
8
+ includeGroupAndSubgroups("androidx")
9
+ includeGroupAndSubgroups("com.android")
10
+ includeGroupAndSubgroups("com.google")
11
+ }
12
13
mavenCentral()
14
maven("https://jitpack.io")
15
}
@@ -11,8 +18,15 @@ dependencyResolutionManagement {
18
pluginManagement {
19
includeBuild("build-logic")
20
21
22
23
24
25
26
27
28
+ mavenCentral()
29
gradlePluginPortal()
16
30
17
31
32
0 commit comments