2022-03-22 14:35:23 +00:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
2022-12-29 20:34:13 +00:00
|
|
|
// maven { url = uri("https://nexus.amine-louveau.fr/repository/maven-public/")}
|
|
|
|
google()
|
|
|
|
gradlePluginPortal()
|
|
|
|
mavenCentral()
|
2022-03-22 14:35:23 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-10-22 18:47:38 +00:00
|
|
|
dependencyResolutionManagement {
|
|
|
|
repositories {
|
2022-12-29 20:34:13 +00:00
|
|
|
// maven { url = uri("https://nexus.amine-louveau.fr/repository/maven-public/")}
|
|
|
|
google()
|
|
|
|
mavenCentral()
|
2022-10-22 18:47:38 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-03-22 14:35:23 +00:00
|
|
|
rootProject.name = "ReaderForSelfossV2"
|
|
|
|
include(":androidApp")
|
|
|
|
include(":shared")
|