Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please fix versionCode & versionName in APK #44

Closed
IzzySoft opened this issue Nov 17, 2021 · 4 comments
Closed

please fix versionCode & versionName in APK #44

IzzySoft opened this issue Nov 17, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@IzzySoft
Copy link
Contributor

Your APKs all seem to still use the initial default version: versionCode 1 and versionName 1.0 – while the releases page already lists 5 releases (i.e. versionCode should be ≥ 5) with the latest one tagged "0.2.0" (suggesting a similar versionName). As this is not only a cosmetical thing (Android decides based on versionCode whether there's an update or not), could you please bring that "into sync"? For the easiest approach, you could use versionCode as a "release counter" (i.e. always increase it by 1), and use the tag name as versionName.

Thanks!

@lhns lhns added the bug Something isn't working label Nov 17, 2021
@lhns
Copy link
Owner

lhns commented Nov 26, 2021

should be fixed in v0.2.1

@lhns lhns closed this as completed Nov 26, 2021
@IzzySoft
Copy link
Contributor Author

Thanks – confirmed! Just added it to my repo then, should show up here with the next sync tomorrow (if you wish to link there, find some badges here). Due to the size I can only keep one package; I hope it doesn't grow much further 🙈 Updates will be pulled automatically within 24h of your making them available – so it should be pretty easy for users to keep it updated (the F-Droid client on their devices takes care for that).

@lhns
Copy link
Owner

lhns commented Nov 27, 2021

The F-Droid repository is a really cool project! Thank you!

@IzzySoft
Copy link
Contributor Author

Glad you like it! 😍 For your collection:

Restic@IoD

[![Restic@IoD](https://img.shields.io/endpoint?url=https://apt.izzysoft.de/fdroid/api/v1/shield/de.lolhens.resticui)](https://apt.izzysoft.de/fdroid/index/apk/de.lolhens.resticui)

😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants