MyLiveWallpaper/settings.gradle.kts
litingting 3dab1d77c9 init
2024-12-21 11:03:46 +08:00

18 lines
335 B
Plaintext

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