JellyBookOrg / JellyBook

A nice way to read books and comics from Jellyfin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrong versionCode

IzzySoft opened this issue · comments

commented

As you do not specify a versionCode, it's always set to 1 (plus 1000 x ABI, so e.g. 2001 for the arm64 build). Thus Android considers all APKs to represent the very same version (as versionName is just for human display). To fix that:

version: 1.1.8+18

sets the versionCode to 18 (I've chosen that number as it's the 18th release). Can you please apply that – and for future releases, always increase it before tagging and building? Thanks in advance!

Hi, yes, I will fix that going forwards and will do update it for android on release made for 1.1.8

commented

Starting with the next release should be fine, thanks! Just make sure not to forget – now that you've closed this issue 😉