benibela / videlibri

:books: Cross-platform library client to automate any OPAC and library catalog from your local device, e.g. for renewing of borrowed books or searching for books available in the library in automated scripts.
https://www.videlibri.de/
GNU General Public License v3.0
36 stars 5 forks source link

versionCode not increased? #5

Closed IzzySoft closed 2 years ago

IzzySoft commented 2 years ago

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)?

benibela commented 2 years ago

The tag was on the wrong commit

Often I tag it and then increase the number in the next commit

IzzySoft commented 2 years ago

Often I tag it and then increase the number in the next commit

That will have 2 nasty side-effects:

So better make it your always-process to first adjust versionName/versionCode and only tag once that is done.