Skip to content

Commit

Permalink
Update settings.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
cvzi authored Jul 24, 2024
1 parent 13675e8 commit e53fe07
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,36 +1,16 @@
pluginManagement {
repositories {
gradlePluginPortal()
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google\\..*")
includeGroupByRegex("androidx\\..*")
}
}
mavenCentral {
content {
includeGroupByRegex("com\\.google\\..*")
}
}
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral {
content {
includeGroupByRegex("org\\.jetbrains.*")
includeGroupByRegex("com\\.google\\..*")
}
}
maven {
url "https://jitpack.io"
content {
includeGroupByRegex("com\\.github\\.martin-stone.*")
}
}
mavenCentral()
maven { url 'https://jitpack.io' }
}
versionCatalogs {
create("app") {
Expand Down

0 comments on commit e53fe07

Please sign in to comment.