Stubs used for extensions in Tachiyomi 0.x.
Go to file
arkon ffdb3d8b29 Remove Duktape stubs
Should use QuickJS instead
2022-02-01 12:54:29 -05:00
gradle/wrapper Update Gradle and AGP 2022-02-01 12:53:13 -05:00
library Remove Duktape stubs 2022-02-01 12:54:29 -05:00
.gitignore Revert "Modernize the project to match its usage in extensions (#1)" 2020-05-09 11:37:13 -04:00
.jitpack.yml Update Gradle/AGP 2021-11-28 11:04:01 -05:00
build.gradle Bump dependencies to match Tachiyomi v0.13.0 2022-02-01 12:53:33 -05: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
LICENSE Create LICENSE 2020-08-29 11:00:52 -04:00
README.md Remove Bintray, bump dependencies 2020-05-09 12:00:37 -04:00
settings.gradle First commit 2017-01-20 21:46:11 +01:00

The extensions library used in Tachiyomi.

ext {
    libVersion = '1.2'
}

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