Update settings.gradle.kts

This commit is contained in:
Zaw 2022-08-16 23:26:39 +03:00 committed by GitHub
parent 0c920875b9
commit da4a07640e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
rootProject.name = "CloudstreamExtensionsArabic"
val disabled = listOf<String>("")
val disabled = listOf<String>("EgyBestProvider", "FaselHDProvider")
File(rootDir, ".").eachDir { dir ->
if (!disabled.contains(dir.name) && File(dir, "build.gradle.kts").exists()) {