futokb/settings.gradle

20 lines
362 B
Groovy
Raw Normal View History

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
2023-08-27 17:08:44 +01:00
flatDir {
dirs 'libs'
}
}
2023-08-27 17:08:44 +01:00
}
include ':voiceinput-shared'