varunon9 / Remote-Control-PC

Control Laptop using Android. Remote control PC consists of android as well as desktop app written in Java to control laptop using phone.
MIT License
194 stars 97 forks source link

Wrong versionCode in latest release #11

Closed IzzySoft closed 7 years ago

IzzySoft commented 7 years ago

Please remember to update versionCode and versionNumber when making a new release. The latest two APKs both identify themselves as:

package: name='com.example.remotecontrolpc' versionCode='1' versionName='1.0' platformBuildVersionName='6.0-2704002'

That way Android doesn't recognize the new version as being new, and won't accept it as "update". Just to let you know :wink:

varunon9 commented 7 years ago

Thanks for pointing that out. i'll make sure :D :D

IzzySoft commented 7 years ago

Hm. The one you just uploaded about an hour after closing this issue (according to its timestamp) says:

package: name='me.varunon9.remotecontrolpc' versionCode='1' versionName='1.0' platformBuildVersionName='6.0-2704002'

Sure you've made sure? :wink:

varunon9 commented 7 years ago

I guess new push is okay :p. Thanks again :D :D

IzzySoft commented 7 years ago

Do I pick it from the wrong location then? https://github.com/varunon9/Remote-Control-PC/tree/master/RemoteControlPC-Studio/app/build/outputs/apk wasn't changed. Found another one in https://github.com/varunon9/Remote-Control-PC/blob/master/RemoteControlPC-Studio/app/, also still versionCode='1'. A third location I couldn't detect.

Maybe you could attach the "installation files" (APK, JAR) to their corresponding releases/ (see: Creating releases in the Github Help)?

varunon9 commented 7 years ago

Thanks for link. I've updated releases. Is everything fine now?

IzzySoft commented 7 years ago

Almost:

varunon9 commented 7 years ago
IzzySoft commented 7 years ago

Yes! :+1: Perfect, thanks!

varunon9 commented 7 years ago

Thank you for guiding me :D

IzzySoft commented 7 years ago

Glad to have been of assistance – and thanks for following my guidance! Find your app here now. Whenever you do a new release as you did it know (tags matching versionName etc.), it will show up in my repo usually within 24h. So folks can include my repo with the F-Droid client and will be informed about new versions automatically.

If you're looking for other improvements: A Changelog.md in the repo's main directory might be a good idea, with some short bullet points for what's new/changed per version. That could be linked with the app's Metadata in my repo, and then would show up in the F-Droid client as well – so users can check with it before hitting the "update" button. Further, if you wish, ways for Donations (Bitcoin, Paypal, FlattR, whatever) can be included with the repo entry as well.

If you decide and implement any of those, simply update this issue to let me know :wink:

varunon9 commented 7 years ago

Sure. I'll let you know. Thank you :)