Stubs used for extensions in Tachiyomi 0.x.
This repository has been archived on 2024-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
arkon 8240b5cfec Revert inclusion of getPageList
v0.14.6 didn't fully remove calls to fetchPageList yet.
2023-09-08 22:38:13 -04:00
gradle/wrapper Bump dependencies 2023-02-11 15:49:43 -05:00
library Revert inclusion of getPageList 2023-09-08 22:38:13 -04:00
.gitignore Revert "Modernize the project to match its usage in extensions (#1)" 2020-05-09 11:37:13 -04:00
.jitpack.yml Add replacement suspend functions in Source interface 2023-09-02 22:38:24 -04:00
LICENSE Create LICENSE 2020-08-29 11:00:52 -04:00
README.md Update README.md 2022-12-18 17:25:33 -05:00
build.gradle Add replacement suspend functions in Source interface 2023-09-02 22:38:24 -04:00
gradle.properties First commit 2017-01-20 21:46:11 +01:00
gradlew Various updates 2021-04-28 09:05:54 -04:00
gradlew.bat Various updates 2021-04-28 09:05:54 -04:00
settings.gradle.kts Add replacement suspend functions in Source interface 2023-09-02 22:38:24 -04:00

README.md

The extensions library used in Tachiyomi.

ext {
    libVersion = '1.4'
}

dependencies {
    compileOnly "com.github.tachiyomiorg:extensions-lib:$libVersion"
}