refactor: Move some extractor to libraries for datalife engine multisrc (#2246)
This commit is contained in:
18
lib/streamhub-extractor/build.gradle.kts
Normal file
18
lib/streamhub-extractor/build.gradle.kts
Normal file
@ -0,0 +1,18 @@
|
||||
plugins {
|
||||
id("com.android.library")
|
||||
kotlin("android")
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdk = AndroidConfig.compileSdk
|
||||
namespace = "eu.kanade.tachiyomi.lib.streamhubextractor"
|
||||
|
||||
defaultConfig {
|
||||
minSdk = AndroidConfig.minSdk
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":lib-playlist-utils"))
|
||||
compileOnly(libs.bundles.common)
|
||||
}
|
Reference in New Issue
Block a user