Files
fdroidclient/settings.gradle
Torsten Grote 1b7a55b043 Upgrade all the things!
Use version catalog now and upgrade ktlint as well.
2024-10-17 17:41:12 +00:00

14 lines
230 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
include ':app'
include ':libs:sharedTest'
include ':libs:download'
include ':libs:index'
include ':libs:database'