add support for tachiyomi extensions Lib 1.3 (#316)

* closes #315

* provide real values

* add support for tachiyomi extensions lib 1.3
This commit is contained in:
Aria Moradi
2022-03-19 02:36:42 +03:30
committed by GitHub
parent fa035ad9be
commit 44ffed3f7c
8 changed files with 174 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
package eu.kanade.tachiyomi
/**
* Used by extensions.
*
* @since extension-lib 1.3
*/
object AppInfo {
fun getVersionCode() = BuildConfig.VERSION_CODE
fun getVersionName() = BuildConfig.VERSION_NAME
}