19 lines
No EOL
409 B
Groovy
19 lines
No EOL
409 B
Groovy
ext {
|
|
extName = 'AnimeKai'
|
|
extClass = '.AnimeKai'
|
|
extVersionCode = 14
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
AnimeKai extension
|
|
dependencies {
|
|
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0"
|
|
|
|
implementation "com.squareup.okhttp3:okhttp:4.9.3"
|
|
|
|
implementation "org.jsoup:jsoup:1.15.4"
|
|
|
|
implementation project(':tachiyomi:source-model')
|
|
} |