754d526b49
## Types of changes - [ ] I have read the **CONTRIBUTING** document. - [ ] My code follows the code style of this project. - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. - [ ] This is **NOT** translation related. This closes issue #XXX This is implements feature #YYY This finishes chore #ZZZ Co-authored-by: davidoskky <davidoskky@yahoo.it> Co-authored-by: aminecmi <aminecmi@gmail.com> Reviewed-on: https://gitea.amine-louveau.fr/Louvorg/ReaderForSelfoss-multiplatform/pulls/150
20 lines
476 B
Plaintext
20 lines
476 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
// maven { url = uri("https://nexus.amine-louveau.fr/repository/maven-public/")}
|
|
google()
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
// maven { url = uri("https://nexus.amine-louveau.fr/repository/maven-public/")}
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "ReaderForSelfossV2"
|
|
include(":androidApp")
|
|
include(":shared") |