feat(multisrc): Add ZoroTheme generator (#2347)
This commit is contained in:
21
lib/megacloud-extractor/build.gradle.kts
Normal file
21
lib/megacloud-extractor/build.gradle.kts
Normal file
@ -0,0 +1,21 @@
|
||||
plugins {
|
||||
id("com.android.library")
|
||||
kotlin("android")
|
||||
id("kotlinx-serialization")
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdk = AndroidConfig.compileSdk
|
||||
namespace = "eu.kanade.tachiyomi.lib.megacloudextractor"
|
||||
|
||||
defaultConfig {
|
||||
minSdk = AndroidConfig.minSdk
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(libs.bundles.common)
|
||||
implementation(project(":lib-cryptoaes"))
|
||||
implementation(project(":lib-playlist-utils"))
|
||||
}
|
||||
// BUMPS: 0
|
Reference in New Issue
Block a user