Get real author name for F-Droid (#1076)

This commit is contained in:
Imran Remtulla
2023-12-17 14:47:22 -05:00
parent cd316b7138
commit fd59a93ede
2 changed files with 85 additions and 68 deletions

View File

@ -40,7 +40,7 @@ class IzzyOnDroid extends AppSource {
Map<String, dynamic> additionalSettings,
) async {
String? appId = await tryInferringAppId(standardUrl);
return getAPKUrlsFromFDroidPackagesAPIResponse(
return fd.getAPKUrlsFromFDroidPackagesAPIResponse(
await sourceRequest(
'https://apt.izzysoft.de/fdroid/api/v1/packages/$appId'),
'https://android.izzysoft.de/frepo/$appId',