Update build.gradle
This commit is contained in:
parent
0dd5a45567
commit
ebe47dee24
1 changed files with 12 additions and 1 deletions
|
@ -5,4 +5,15 @@ ext {
|
|||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
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')
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue