Alessandro Jean 542ff26701 Make source ID generation function reusable to extensions (#11)
* Make source ID generation function reusable to extensions.

* Add parameters and return documentation.
2023-09-02 22:40:12 -04:00
2023-02-11 15:49:43 -05:00
2017-01-20 21:46:11 +01:00
2021-04-28 09:05:54 -04:00
2021-04-28 09:05:54 -04:00
2020-08-29 11:00:52 -04:00
2022-12-18 17:25:33 -05:00

The extensions library used in Tachiyomi.

ext {
    libVersion = '1.4'
}

dependencies {
    compileOnly "com.github.tachiyomiorg:extensions-lib:$libVersion"
}
Description
Stubs used for extensions in Tachiyomi 0.x.
Readme Apache-2.0 288 KiB
Languages
Kotlin 80.7%
Java 19.3%