API completeness

This commit is contained in:
Syer10
2022-11-07 21:46:36 -05:00
parent a3fdf4286a
commit e9ed487cc9
14 changed files with 330 additions and 3 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 = 1143
const val serverCode = 1148
const val preview = true
const val previewCommit = "2ac5c1362c0c5bb8f39d1049d6f72328102dd182"
const val previewCommit = "2195c3df765c3e1e435595d9edbec8ad3590bf46"
val desktopJvmTarget = JavaVersion.VERSION_17
val androidJvmTarget = JavaVersion.VERSION_11