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
a9bfc1d348
Tachiyomi-Extensions
/
lib-multisrc
/
heancms
/
build.gradle.kts
10 lines
105 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Migrate to lib-multisrc (#1237) * adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
2024-02-13 21:43:41 +00:00
plugins {
id("lib-multisrc")
}
HeanCMS: Add login preference (#2071) * Add login * Bump * Remove authHeaders from imageRequest * Make token nullable * Use /login api endpoint * Review changes * Throw error * Throw api error message * Reduce one day to prevent timezone issues * Fix no scheme found * Double parenthesis
2024-03-25 08:21:14 +00:00
baseVersionCode = 22
Update HeanCMS theme (#1969) * i hate this theme * bump * remove useless slug update * lint * Update series slug on chapter list update This was made for sources that changed slugs constantly. Currently no one uses it, but who knows if they enable that again * what an unstable experience * Remove empty lines * Fix intl * newline Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> * why my build took 5 minutes * I hate iguanas --------- Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-03-19 15:21:09 +00:00
dependencies {
api(project(":lib:i18n"))
}