zhibo/android-app/settings.gradle.kts

19 lines
340 B
Plaintext
Raw Normal View History

2025-12-16 15:47:36 +08:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "LiveStreamingAndroid"
include(":app")