2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'Toonitalia'
|
|
|
|
extClass = '.Toonitalia'
|
2024-08-24 11:40:14 +02:00
|
|
|
extVersionCode = 24
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:voe-extractor'))
|
2024-08-24 11:40:14 +02:00
|
|
|
implementation(project(':lib:streamwish-extractor'))
|
2024-06-20 11:54:12 +07:00
|
|
|
implementation(project(':lib:streamtape-extractor'))
|
|
|
|
implementation(project(':lib:playlist-utils'))
|
|
|
|
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
|
2024-08-24 11:40:14 +02:00
|
|
|
}
|