SetAsWallpaper/settings.gradle

17 lines
331 B
Groovy
Raw Normal View History

2022-10-26 12:28:05 +00:00
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
2021-08-08 20:58:08 +00:00
rootProject.name = "SetAsWallpaper"
include ':app'