Stubs used for extensions in Tachiyomi 0.x.
Go to file
2020-06-06 11:59:57 -04:00
gradle/wrapper Revert "Modernize the project to match its usage in extensions (#1)" 2020-05-09 11:37:13 -04:00
library Add OnBindEditTextListener stub 2020-06-06 11:59:57 -04:00
.gitignore Revert "Modernize the project to match its usage in extensions (#1)" 2020-05-09 11:37:13 -04:00
build.gradle Remove Bintray, bump dependencies 2020-05-09 12:00:37 -04:00
gradle.properties First commit 2017-01-20 21:46:11 +01:00
gradlew Revert "Modernize the project to match its usage in extensions (#1)" 2020-05-09 11:37:13 -04:00
gradlew.bat Revert "Modernize the project to match its usage in extensions (#1)" 2020-05-09 11:37:13 -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"
}