add support for installing external APK

This commit is contained in:
Aria Moradi
2021-09-09 05:22:23 +04:30
parent ae7d975a92
commit 090399f61d
8 changed files with 45 additions and 14 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const val MainClass = "suwayomi.tachidesk.MainKt"
// should be bumped with each stable release
val tachideskVersion = System.getenv("ProductVersion") ?: "v0.4.9"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r776"
val webUIRevisionTag = System.getenv("WebUIRevision") ?: "r777"
// counts commits on the the master branch
val tachideskRevision = runCatching {