1
0
mirror of https://github.com/mastodon/mastodon-android.git synced 2024-12-28 01:32:50 +01:00
mastodon-app-ufficiale-android/settings.gradle
2022-01-17 13:27:34 +03:00

11 lines
209 B
Groovy

dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
mavenLocal()
}
}
rootProject.name = "Mastodon"
include ':mastodon'