mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-14 22:39:38 +00:00
9 lines
130 B
Groovy
9 lines
130 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
include ":app"
|