Track-only source bugfix + better http errors

+ increment version
This commit is contained in:
Imran Remtulla
2022-12-23 23:52:32 -05:00
parent f836fd20d8
commit 0c97b25d99
11 changed files with 12 additions and 12 deletions

View File

@@ -54,7 +54,7 @@ class FDroid extends AppSource {
return APKDetails(latestVersion, apkUrls,
AppNames(name, Uri.parse(standardUrl).pathSegments.last));
} else {
throw NoReleasesError();
throw getObtainiumHttpError(res);
}
}