Add interval data layer (#9398)

* Update Manga classes for fetch interval data

* Update per review

bump version

---------

Co-authored-by: quangkieu <qkieu>
This commit is contained in:
Quang Kieu
2023-04-27 22:27:12 -04:00
committed by GitHub
parent 392c3492b3
commit 41c89eb61d
8 changed files with 30 additions and 8 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ android {
defaultConfig {
applicationId = "eu.kanade.tachiyomi"
versionCode = 102
versionCode = 103
versionName = "0.14.6"
buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")