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