Prank_Sound_App_com.light.p.../settings.gradle.kts
litingting cd0f315fe8 init
2025-11-24 16:56:08 +08:00

20 lines
337 B
Plaintext

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Prank Sound App"
include(":app")