1
0
mirror of https://github.com/tuskyapp/Tusky synced 2025-01-09 07:28:41 +01:00
Tusky-App-Android/settings.gradle

18 lines
317 B
Groovy
Raw Normal View History

2023-01-13 08:18:00 +01:00
pluginManagement {
repositories {
google()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
2017-01-03 02:37:38 +01:00
include ':app'