2024-01-14 21:31:29 +03:00
|
|
|
dependencyResolutionManagement {
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
repositories {
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
}
|
2024-09-11 15:36:11 +03:00
|
|
|
rootProject.name = "Naive Plugin"
|
2024-01-14 21:31:29 +03:00
|
|
|
|
|
|
|
include ':app'
|