mastodon-app-ufficiale-android/settings.gradle

11 lines
209 B
Groovy
Raw Permalink Normal View History

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