
* 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"))
|
|
}
|