mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-26 06:43:45 +03:00
3599a38ad6
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
15 lines
261 B
Text
15 lines
261 B
Text
plugins {
|
|
id("mihon.library")
|
|
kotlin("android")
|
|
kotlin("plugin.serialization")
|
|
}
|
|
|
|
android {
|
|
namespace = "mihon.core.archive"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.jsoup)
|
|
implementation(libs.libarchive)
|
|
implementation(libs.unifile)
|
|
}
|