Add support for empty search terms

This commit is contained in:
Syer10
2021-11-29 10:33:07 -05:00
parent af8f6569a7
commit 4f7611cbec
4 changed files with 24 additions and 11 deletions

View File

@@ -3,9 +3,9 @@ import org.gradle.api.JavaVersion
object Config {
const val tachideskVersion = "v0.5.4"
// Match this to the Tachidesk-Server commit count
const val serverCode = 1045
const val serverCode = 1046
const val preview = true
const val previewCommit = "2478aa77cd4a71b0ae7c895fce0358ad7c30614b"
const val previewCommit = "3b73a0fd72430fcbb4f45ee2ccca0ca64f9ffb83"
val jvmTarget = JavaVersion.VERSION_15
}