Update build.gradle
This commit is contained in:
parent
bbf9cc174c
commit
7748037fc6
1 changed files with 7 additions and 1 deletions
|
@ -5,4 +5,10 @@ ext {
|
|||
isNsfw = false
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation "eu.kanade.tachiyomi:source-api:1.0.0"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1"
|
||||
implementation "org.jsoup:jsoup:1.15.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue