This website requires JavaScript.
Explore
Help
Register
Sign In
Draff
/
Tachiyomi-Extensions
Watch
1
Star
0
Fork
You've already forked Tachiyomi-Extensions
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
b347869525
Tachiyomi-Extensions
/
lib-multisrc
/
machinetranslations
/
build.gradle.kts
10 lines
104 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Move snowmlt to lib-multisrc and add Solarmtl (#7054) * Move snowmlt to lib-multisrc * Fix snowmtl * Remove assets from src
2025-01-09 14:40:56 +00:00
plugins {
id("lib-multisrc")
}
MachineTranslations & Snowmtl: Fix the regex in the translator engine and add font size settings (#7465) * Fix the regex in the translator engine and add font size settings * Remove extra lines * Remove rateLimit * Remove init pref * Use lazy statement in the snowmtl client * Relax the exception and show pages without dialog * Fix the translator's bad formatted response for some cases * Change listener return to false Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> --------- Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2025-02-03 14:12:57 +00:00
baseVersionCode = 3
dependencies {
api(project(":lib:i18n"))
}