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