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
ddd978f27e
Tachiyomi-Extensions
/
lib-multisrc
/
po2scans
/
build.gradle.kts
10 lines
109 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")
}
baseVersionCode = 1
Add SadScans and make APairOf2 a multisrc (#1046) * Add SadScans and make APairOf2 a multisrc * Formatting * Trailing comma * optimize icons * newline --------- Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-02-07 08:15:50 +00:00
dependencies {
expose `lib-multisrc` dependencies to the extensions (#1293) * expose `lib-multsrc` deps to the extensions change `implementation` to `api` * remove those libs from extensions
2024-02-16 14:35:50 +00:00
api(project(":lib:dataimage"))
Add SadScans and make APairOf2 a multisrc (#1046) * Add SadScans and make APairOf2 a multisrc * Formatting * Trailing comma * optimize icons * newline --------- Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-02-07 08:15:50 +00:00
}