Stubs used for extensions in Tachiyomi 0.x.
|
1 year ago | |
---|---|---|
gradle | 2 years ago | |
library | 1 year ago | |
.gitignore | 4 years ago | |
.jitpack.yml | 1 year ago | |
LICENSE | 4 years ago | |
README.md | 2 years ago | |
build.gradle | 1 year ago | |
gradle.properties | 8 years ago | |
gradlew | 3 years ago | |
gradlew.bat | 3 years ago | |
settings.gradle.kts | 1 year ago |
The extensions library used in Tachiyomi.
ext {
libVersion = '1.4'
}
dependencies {
compileOnly "com.github.tachiyomiorg:extensions-lib:$libVersion"
}