chiark / gitweb /
non-APK files will not have minSdkVersion, so don't force it
authorHans-Christoph Steiner <hans@eds.org>
Thu, 8 Dec 2016 18:30:38 +0000 (19:30 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 6 Mar 2017 21:03:20 +0000 (22:03 +0100)
commit7bae1075ba1e520582ad8b4d88fa0ea6cf0875bd
tree47fe848d8b27f6edf6139ad5f3a941db0ba75f83
parent0be58c2dca944140afe171d84f5478649c8b1bb4
non-APK files will not have minSdkVersion, so don't force it

fdroidclient should handle no minSdkVersion fine, since it just parses the
text in <sdkver></sdkver> as an int, and uses a default value if there is
an Exception.
fdroidserver/update.py