chiark / gitweb /
Merge branch 'targetSdkVersion' into 'master'
authorHans-Christoph Steiner <hans@guardianproject.info>
Tue, 14 Jun 2016 10:39:50 +0000 (10:39 +0000)
committerHans-Christoph Steiner <hans@guardianproject.info>
Tue, 14 Jun 2016 10:39:50 +0000 (10:39 +0000)
commit2fab0133931f66dcf2c0fcd7d2e1082fdfa0c1b5
treecb499430730168e0caaa45d1f2cf8a81c327fe2d
parentf68830127e15fd29b8dfc651af124ebf187ffbc0
parent1b7a8f85fc1b90c663a0af6f0bb36cc23e5ce28e
Merge branch 'targetSdkVersion' into 'master'

support targetSdkVersion

In order to provide the proper Android-6 permissions experience, the client needs to know which `targetSdkVersion` any APK has before it downloads it.  So this adds it to the metadata.

https://gitlab.com/fdroid/fdroidclient/issues/682

See merge request !128