mirror of
https://github.com/yoyzo/arab
synced 2024-08-15 03:15:00 +00:00
Update settings.gradle.kts
This commit is contained in:
parent
4fab61ecbd
commit
8164950b7a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
rootProject.name = "CloudstreamExtensionsArabic"
|
||||
|
||||
val disabled = listOf<String>()
|
||||
val disabled = listOf<String>("EgyBestProvider")
|
||||
|
||||
File(rootDir, ".").eachDir { dir ->
|
||||
if (!disabled.contains(dir.name) && File(dir, "build.gradle.kts").exists()) {
|
||||
|
|
Loading…
Reference in a new issue