1
0
mirror of https://github.com/tuskyapp/Tusky synced 2025-01-08 14:52:07 +01:00
Tusky-App-Android/settings.gradle
2023-01-13 15:18:00 +08:00

18 lines
317 B
Groovy

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