Minor cleanup

This commit is contained in:
arkon
2020-08-03 23:03:31 -04:00
parent ecec1bd102
commit 4f02872a84
5 changed files with 24 additions and 14 deletions
@@ -26,7 +26,7 @@ class DevRepoUpdateChecker : UpdateChecker() {
override suspend fun checkForUpdate(): UpdateResult {
val response = withContext(Dispatchers.IO) {
client.newCall(GET(DevRepoRelease.LATEST_URL)).await(assertSuccess = false)
client.newCall(GET(DevRepoRelease.LATEST_URL)).await()
}
// Get latest repo version number from header in format "Location: tachiyomi-r1512.apk"