New Source: Cineplus123 (es) (#107)

This commit is contained in:
Dark25 2024-08-05 15:07:35 +01:00 committed by GitHub
parent dcb5c7ef2f
commit 802f56295e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 391 additions and 0 deletions

View file

@ -0,0 +1,14 @@
ext {
extName = 'Cineplus123'
extClass = '.Cineplus123'
themePkg = 'dooplay'
baseUrl = 'https://cineplus123.org'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(":lib:streamwish-extractor"))
implementation(project(":lib:uqload-extractor"))
}