mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-21 23:38:05 -04:00
additional_repos.xml has 7 <item> elements per repo, while default_repos.xml has 8. The difference is that additional_repos.xml does not have the "priority" <item> since it is not allowed to override anything that is set in default_repos.xml. see spec in !705