mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2025-05-25 15:17:45 +02:00
9 lines
130 B
Groovy
9 lines
130 B
Groovy
pluginManagement {
|
|
repositories {
|
|
google()
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
include 'app'
|