Skip to content

handle APKs with a blank versionName

Android allows versionName in APKs to be blank, so F-Droid should also. Unfortunately, fdroidclient crashes when versionName is blank, until v1.3 fixed that. So this provides a workaround, since the build metadata already includes versionName for every build in f-droid.org. If an APK has a blank versionName, then fdroid update uses the versionName from the build metadata file instead.

@Bubu @mimi89999 @relan

Edited by Hans-Christoph Steiner

Merge request reports