https://github.com/tachiyomiorg/extensions-lib
Stubs used for extensions in Tachiyomi 0.x.
https://github.com/tachiyomiorg/extensions-lib
android kotlin tachiyomi
Last synced: 7 months ago
JSON representation
Stubs used for extensions in Tachiyomi 0.x.
- Host: GitHub
- URL: https://github.com/tachiyomiorg/extensions-lib
- Owner: tachiyomiorg
- License: apache-2.0
- Archived: true
- Created: 2020-03-01T20:08:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-14T15:12:28.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T06:34:51.331Z (12 months ago)
- Topics: android, kotlin, tachiyomi
- Language: Kotlin
- Homepage:
- Size: 159 KB
- Stars: 34
- Watchers: 8
- Forks: 122
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The extensions library used in Tachiyomi.
```
ext {
libVersion = '1.4'
}dependencies {
compileOnly "com.github.tachiyomiorg:extensions-lib:$libVersion"
}
```