[skip ci] refactor: Refactor and simplify common libraries (#2807)
This commit is contained in:
@ -1,18 +1,7 @@
|
||||
plugins {
|
||||
id("com.android.library")
|
||||
kotlin("android")
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdk = AndroidConfig.compileSdk
|
||||
namespace = "eu.kanade.tachiyomi.lib.mixdropextractor"
|
||||
|
||||
defaultConfig {
|
||||
minSdk = AndroidConfig.minSdk
|
||||
}
|
||||
id("lib-android")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(libs.bundles.common)
|
||||
implementation(project(":lib-unpacker"))
|
||||
implementation(project(":lib:unpacker"))
|
||||
}
|
||||
|
Reference in New Issue
Block a user