amethyst/settings.gradle

27 wiersze
601 B
Groovy
Czysty Zwykły widok Historia

2023-01-11 18:31:20 +00:00
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
2023-10-12 17:36:59 +00:00
maven {
url "https://jitpack.io"
content {
includeModule 'com.github.UnifiedPush', 'android-connector'
}
}
2023-01-11 18:31:20 +00:00
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
rootProject.name = "Amethyst"
include ':app'
include ':benchmark'
include ':quartz'
include ':commons'