1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-09-19 16:49:36 +00:00
tts-rs/examples/android/settings.gradle

9 lines
130 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
include ":app"