Update to Tachidesk 0.4.3, save last page read offset in chapter meta

This commit is contained in:
Syer10
2021-06-16 16:59:25 -04:00
parent 51e8718c29
commit 474634586e
12 changed files with 99 additions and 9 deletions

View File

@@ -169,7 +169,7 @@ buildConfig {
packageName = project.group.toString()
buildConfigField("boolean", "DEBUG", project.hasProperty("debugApp").toString())
buildConfigField("String", "TACHIDESK_SP_VERSION", "v0.4.2")
buildConfigField("String", "TACHIDESK_SP_VERSION", "v0.4.3")
}
kotlinter {