mastodon-app-ufficiale-android/settings.gradle

10 lines
194 B
Groovy
Raw Normal View History

2022-01-14 13:02:10 +01:00
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "Mastodon"
include ':mastodon'