1
0
mirror of https://github.com/tuskyapp/Tusky synced 2025-01-06 13:57:43 +01:00
Tusky-App-Android/settings.gradle
Goooler f3be6d01a2 Revert "Enable build scan"
This reverts commit 1568e5e84f.
2023-01-14 03:23:22 +08:00

20 lines
369 B
Groovy

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