migrate webview solution to Jep

This commit is contained in:
Aria Moradi
2023-04-24 18:26:04 +03:30
parent cde5dc5bfa
commit cbefe1125d
15 changed files with 109 additions and 594 deletions

View File

@@ -12,7 +12,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.7.0"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r983"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r1045"
// counts commits on the master branch
val tachideskRevision = runCatching {