Files
apk/FastAdmin/settings.gradle

17 lines
359 B
Groovy
Raw Normal View History

2025-12-09 11:35:41 +01:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "FastDocumentation" // Set your project name
include ':app'