2022-03-22 14:35:23 +00:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
2022-12-29 20:34:13 +00:00
|
|
|
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
|
|
|
google()
|
|
|
|
mavenCentral()
|
2022-10-22 18:47:38 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-12-22 20:05:47 +00:00
|
|
|
|
|
|
|
buildCache {
|
|
|
|
local {
|
|
|
|
directory = File(rootDir, "build-cache")
|
|
|
|
}
|
|
|
|
remote<HttpBuildCache> {
|
|
|
|
isEnabled = false
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2022-03-22 14:35:23 +00:00
|
|
|
rootProject.name = "ReaderForSelfossV2"
|
|
|
|
include(":androidApp")
|
|
|
|
include(":shared")
|