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