chiark / gitweb /
use versionName unmodified as specified
authorHans-Christoph Steiner <hans@eds.org>
Wed, 26 Oct 2016 18:41:37 +0000 (20:41 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 3 Nov 2016 07:07:11 +0000 (08:07 +0100)
commitab8d51012d0b36b9b927dbd613b5087eeba3452f
tree8f49f03bc1934e08716b83a4c578c510f0cbcf7e
parenta8a1333b8032662907b0f0e4a67aa308ec595729
use versionName unmodified as specified

The versionName is defined as a string or string resource that can be any
arbitrary data.  fdroid should not second guess the developer here, and
should just use the versionName unmodified.  For anything that needs to
compare different versions of apps, versionCode should always be used since
that's what Android uses.

https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
fdroidserver/build.py