Update build.gradle

This commit is contained in:
Arkai1 2025-04-13 23:13:23 +05:30 committed by GitHub
parent 83ea3768a8
commit b11c048d56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,6 @@ ext {
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"
}