urandom / gearshift

Transmission remote client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update the F-Droid version

subiol opened this issue · comments

Hi

I installed Gear Shift from F-Droid, works great. But the version on F-Droid is 1.0 added 26/9/2015. The program tells me to update to 1.2 version, but the apk that it downloads does not work, I guess because the signature differs from the one from F-Droid. So could you or whoever is in charge update the F-Droid version.

There is a minor bug, but it is already solved in the newer version so I am waiting for an update before doing anything else.

Looks like the versionname has been upped, but the versioncode is still at 84. So as far as Android (or fdroid) is concerned , no new version was released.

So what is the solution?

Bump the versioncode to 85 (or anything higher than what it is now), move the tag to point to this commit. See https://developer.android.com/studio/publish/versioning.html

@krt16s Does f-droid require that an apk be built, or does it just monitor the git repo for those changes?

It monitors the repo. I can even bump the versioncode on our side, as long as i can safely assume the versioncode I might pick will not be used for another upstream version :)

Nah, I'll change it directly through the github editor