Files
app/settings.gradle
2026-03-31 01:23:28 -03:00

9 lines
163 B
Groovy

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = "StreamPlayer"
include ':app'