Files
cowspent/settings.gradle
soraefir 5ee2041769
Some checks failed
CI-Android APK / build (push) Failing after 4m27s
init
2026-05-29 23:19:55 +02:00

20 lines
416 B
Groovy

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
maven { url = 'https://jitpack.io' }
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url = 'https://jitpack.io' }
}
}
rootProject.name = "Cowspent"
include ':app'