Jake d7c6574e87
MangaHub (multisrc) - Fix "API Limit Exceeded" (#8073)
* Fixed "API limit exceeded"

gonna crash out if this build failed again bc of linting

* review changes

* Review changes
2025-03-27 00:02:31 +00:00

10 lines
109 B
Plaintext

plugins {
id("lib-multisrc")
}
baseVersionCode = 30
dependencies {
api(project(":lib:randomua"))
}