mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 01:51:47 +00:00
25 lines
547 B
Plaintext
25 lines
547 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
google()
|
|
mavenCentral()
|
|
/* Needed for org.apache.sshd debugging
|
|
maven {
|
|
url = uri("https://jitpack.io")
|
|
}
|
|
*/
|
|
}
|
|
}
|
|
dependencyResolutionManagement {
|
|
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
maven {
|
|
url = uri("https://jitpack.io")
|
|
}
|
|
}
|
|
}
|
|
rootProject.name = "kdeconnect-android"
|
|
include(":baselineprofile")
|