Support batch chapter update api

This commit is contained in:
Syer10
2022-11-15 14:27:46 -05:00
parent 49bee53a67
commit fab3907d08
14 changed files with 473 additions and 65 deletions

View File

@@ -6,9 +6,9 @@ object Config {
// Tachidesk-Server version
const val tachideskVersion = "v0.6.5"
// Match this to the Tachidesk-Server commit count
const val serverCode = 1148
const val serverCode = 1156
const val preview = true
const val previewCommit = "2195c3df765c3e1e435595d9edbec8ad3590bf46"
const val previewCommit = "67e09e2e1d452e041c46a334f1b473f38c5fc25b"
val desktopJvmTarget = JavaVersion.VERSION_17
val androidJvmTarget = JavaVersion.VERSION_11