Funny_Sounds/settings.gradle.kts
denghaina 837735f1fe init
2024-07-05 14:09:58 +08:00

27 lines
635 B
Plaintext

pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven ("https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea")
}
}
rootProject.name = "Funny Sounds"
include(":app")