Update dependencies

This commit is contained in:
Koitharu
2024-12-03 14:36:47 +02:00
parent b5053b7820
commit f2582bce1d
4 changed files with 47 additions and 38 deletions

View File

@@ -1,2 +1,32 @@
pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
maven {
url 'https://jitpack.io'
content {
includeGroupByRegex("com\\.github.*")
}
}
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven {
url 'https://jitpack.io'
}
}
}
include ':app'
rootProject.name = "Kotatsu"
rootProject.name = "Kotatsu"