mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 11:42:47 +01:00
8ab2a75645
* Added SeiManga extension (#4561) * Added SeiManga extension * Changed overrideVersionCode in build.gradle to 0 Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> * Omitting id override from SeiManga.kt Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> * Removed a "needless blank line" because overpedantic Kotlin compiler said so Seriously, what compiler in the world would even consider a blank line an error? * Update SeiManga.kt * Update GroupLe.kt * Update build.gradle.kts * Update AllHentai.kt * Update MintManga.kt * Update AllHentai.kt * Update SeiManga.kt * Update build.gradle * Update build.gradle --------- Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com> * readmanga(ru): domain pref * rumix(ru): domain pref * rselfmanga(ru): domain pref * private preference... --------- Co-authored-by: Teashrock <kajitsu22@gmail.com>
6 lines
57 B
Plaintext
6 lines
57 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 24
|