2022-03-22 15:35:23 +01:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
2022-12-29 21:34:13 +01:00
|
|
|
google()
|
|
|
|
gradlePluginPortal()
|
|
|
|
mavenCentral()
|
2022-03-22 15:35:23 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-10-22 20:47:38 +02:00
|
|
|
dependencyResolutionManagement {
|
|
|
|
repositories {
|
2022-12-29 21:34:13 +01:00
|
|
|
google()
|
|
|
|
mavenCentral()
|
2022-10-22 20:47:38 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-03-22 15:35:23 +01:00
|
|
|
rootProject.name = "ReaderForSelfossV2"
|
|
|
|
include(":androidApp")
|
|
|
|
include(":shared")
|