cloudstream/settings.gradle.kts

13 lines
194 B
Plaintext
Raw Normal View History

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
2022-10-26 19:56:31 +00:00
rootProject.name = "CloudStream"
include(":app")
include(":baselineprofile")