tachiyomi-extensions-inspector/server/src/main/kotlin/eu/kanade/tachiyomi/source/UnmeteredSource.kt
Mitchell Syer 13c0cfe101
Update to Extensions Lib 1.3 (#5)
* Update to Extensions Lib 1.3
- Use real BuildConfig values
- Update dependencies
- Switch BuildConfig gradle plugin to one thats more updated
- Switch Dex2Jar to a bugfixed fork
- Remove Gson
- Update gradle

* Lint
2022-04-02 10:03:58 -04:00

9 lines
192 B
Kotlin

package eu.kanade.tachiyomi.source
/**
* A source that explicitly doesn't require traffic considerations.
*
* This typically applies for self-hosted sources.
*/
interface UnmeteredSource