
* Add support for Spanish and Italian * Bump version * Fix translator switch * Add more options for font size * Fix prefs * Fix font size default * Add support for translating manga details
10 lines
104 B
Plaintext
10 lines
104 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 7
|
|
|
|
dependencies {
|
|
api(project(":lib:i18n"))
|
|
}
|