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