mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 18:32:39 +01:00
a5b84c4224
* ComicGamma: Use SpeedBinb reader * Update lib-multisrc/comicgamma/build.gradle.kts Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> --------- Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
10 lines
109 B
Plaintext
10 lines
109 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 7
|
|
|
|
dependencies {
|
|
api(project(":lib:speedbinb"))
|
|
}
|