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"
|
rootProject.name = "CloudstreamExtensionsArabic"
|
||||||
|
|
||||||
val disabled = listOf<String>("EgyBestProvider")
|
val disabled = listOf<String>()
|
||||||
|
|
||||||
File(rootDir, ".").eachDir { dir ->
|
File(rootDir, ".").eachDir { dir ->
|
||||||
if (!disabled.contains(dir.name) && File(dir, "build.gradle.kts").exists()) {
|
if (!disabled.contains(dir.name) && File(dir, "build.gradle.kts").exists()) {
|
||||||
|
|
Loading…
Reference in a new issue