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

@ -80,7 +80,7 @@ class FDroidRepo extends AppSource {
.toList();
return APKDetails(latestVersion, apkUrls, AppNames(authorName, appName));
} else {
throw NoReleasesError();
throw getObtainiumHttpError(res);
}
}
}