Yet another APKPure bugfix (last one)

This commit is contained in:
Imran Remtulla
2024-08-06 16:47:38 -04:00
parent f9b97b4469
commit 1ddf2869a6

View File

@@ -97,6 +97,7 @@ class APKPure extends AppSource {
List<String> architectures = architectureString
.split(',')
.map((e) => e.trim())
.where((e) => e.isNotEmpty)
.toList();
// Only take the first APK for each architecture, ignore others for now, for simplicity
// Unclear why there can even be multiple APKs for the same version and arch