Implement Multi-Select List Preference for Mangadex

This commit is contained in:
Syer10
2021-11-28 16:06:27 -05:00
parent da197f89dc
commit 18138b7299
7 changed files with 161 additions and 14 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 = 1043
const val serverCode = 1045
const val preview = true
const val previewCommit = "5e47b7ae6b37931ce3a8eee33cafb9475d7a77bb"
const val previewCommit = "2478aa77cd4a71b0ae7c895fce0358ad7c30614b"
val jvmTarget = JavaVersion.VERSION_15
}