2023-06-11 21:02:27 -07:00
|
|
|
pluginManagement {
|
|
|
|
|
repositories {
|
|
|
|
|
gradlePluginPortal()
|
|
|
|
|
google()
|
|
|
|
|
mavenCentral()
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-03-23 23:56:14 -07:00
|
|
|
plugins {
|
|
|
|
|
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.4.0'
|
|
|
|
|
}
|
2023-06-11 21:02:27 -07:00
|
|
|
dependencyResolutionManagement {
|
|
|
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
|
|
|
repositories {
|
|
|
|
|
google()
|
|
|
|
|
mavenCentral()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
rootProject.name = "KordophoneDroid"
|
|
|
|
|
include ':app'
|
2023-08-06 12:27:58 -07:00
|
|
|
include ':backend'
|