
* updated chapter list parsing * More robust changes * Now uses HttpSource, updated logic to use API, and more * Fixed bugs, review changes, search and filter implementation * Address some PR comments * Review changes, improved API refresh logic, added pref for chapter titles --------- Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
10 lines
109 B
Plaintext
10 lines
109 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 32
|
|
|
|
dependencies {
|
|
api(project(":lib:randomua"))
|
|
}
|