1
0
mirror of https://github.com/tuskyapp/Tusky synced 2025-01-23 01:19:54 +01:00
Tusky-App-Android/settings.gradle

20 lines
369 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' }
}
}
2023-01-13 08:22:16 +01:00
enableFeaturePreview("STABLE_CONFIGURATION_CACHE")
2017-01-03 02:37:38 +01:00
include ':app'