mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 17:31:07 +03:00
allow APKs with same packageName/versionCode but different signer
There are many APKs out in the wild that claim to be the same app and version and each other, but they are signed by different keys. fdroid should be able to index these, and work with them. This supports having the developer's signature via reproducible builds, random collections of APKs like repomaker, etc.
This commit is contained in:
parent
2c6945dac7
commit
0f4cbc7224
6 changed files with 35 additions and 5 deletions
|
@ -129,7 +129,7 @@
|
|||
<application id="obb.mainpatch.current">
|
||||
<id>obb.mainpatch.current</id>
|
||||
<added>2016-04-23</added>
|
||||
<lastupdated>2016-04-23</lastupdated>
|
||||
<lastupdated>2017-06-01</lastupdated>
|
||||
<name>OBB Main/Patch Current</name>
|
||||
<summary></summary>
|
||||
<icon>obb.mainpatch.current.1619.png</icon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue