danopdev / MergePhotos

Android application for marge multiple photos: panoramas, HDR, ...
MIT License
30 stars 0 forks source link

please remember increasing versionCode #1

Closed IzzySoft closed 1 year ago

IzzySoft commented 1 year ago

despite of multiple releases existing, the latest one still identifies as

package: name='com.dan.mergephotos' versionCode='1' versionName='1.14'

As versionName is just for user-presentation and Android using versionCode to tell versions apart, Android considers them all to be the same – which makes automated updates impossible. Could you please increase versionCode each time you create a new release? Thanks in advance!

danopdev commented 1 year ago

It's solved now.

IzzySoft commented 1 year ago
        versionCode 21
        versionName '1.21'

Yes, that looks good – thanks! Looking forward to the next release then.