* 1 * 2 * 3 * fix ikiru with json cleaner * cleaning * also clean json for parsing genre list * dse * saving manga ID to desc so only use call once * fix okhttp client building override and cleanup --------- Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 1
|
|
|
|
dependencies {
|
|
compileOnly("com.squareup.okhttp3:okhttp-brotli:5.0.0-alpha.11")
|
|
}
|