12 lines
226 B
Plaintext
12 lines
226 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
google()
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "ReaderForSelfossV2"
|
|
include(":androidApp")
|
|
include(":shared")
|
|
include(":connectionstatus") |