Closed IzzySoft closed 2 years ago
The tag was on the wrong commit
Often I tag it and then increase the number in the next commit
Often I tag it and then increase the number in the next commit
That will have 2 nasty side-effects:
versionCode
already exists, CheckUpdate won't even consider the new tagversionCode
didn't changeSo better make it your always-process to first adjust versionName
/versionCode
and only tag once that is done.
The APK attached to v2.610 has the same
versionCode
as the one at v2.600:2600
. Maybe you forgot to increase it? That will also have the F-Droid build fail then. Can you please check (and fix)?