mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-18 23:17:15 -04:00
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