mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Update Tachidesk-Server
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
import org.gradle.api.JavaVersion
|
import org.gradle.api.JavaVersion
|
||||||
|
|
||||||
object Config {
|
object Config {
|
||||||
const val tachideskVersion = "v0.5.3"
|
const val tachideskVersion = "v0.5.4"
|
||||||
// Match this to the Tachidesk-Server commit count
|
// Match this to the Tachidesk-Server commit count
|
||||||
const val serverCode = 976
|
const val serverCode = 998
|
||||||
const val preview = true
|
const val preview = true
|
||||||
const val previewCommit = "2cbee62f0a8fa0a431bba290e5602970687ba3b7"
|
const val previewCommit = "7c603258fbcd4571fba7ab56c6101f3cbf425a6b"
|
||||||
|
|
||||||
val jvmTarget = JavaVersion.VERSION_15
|
val jvmTarget = JavaVersion.VERSION_15
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user