Giter Club home page Giter Club logo

Comments (7)

IzzySoft avatar IzzySoft commented on July 29, 2024 1

Thanks for pointing out the problem I have updated versioncode just now in v1.0.4

Have you pushed the changes yet? Because I still see it set to 1 here in the repo. It also says 1.0.3 still here, so maybe it's not yet here?

from xed-editor.

IzzySoft avatar IzzySoft commented on July 29, 2024 1

All fine now, thanks! And no need to create the release again this time. Just remember for next time that the tag should point to the commit where you've built the APK from – which of course requires that commit to be pushed 😉

from xed-editor.

IzzySoft avatar IzzySoft commented on July 29, 2024 1

image

See on the left-hand side, under your name is the tag name. Under the tag name is the commit you've tagged, here 460f856 – which is where you changed versionName from "1.0.2" to "1.0.3" – so it is not the commit marking the code v1.0.4 was built from – which most likely was c1b2ac3

So in other words, assuming you prepare everything on your local machine, the following workflow would produce the desired results:

  • make the final commit for the release, i.e. the one where versionName and versionCode are adjusted
  • build the APK based on that commit
  • tag (locally, on your machine)
  • push commits including tags (git push --tags)
  • now, at Github, create your release based on that tag, and attach the APK to it.

from xed-editor.

RohitKushvaha01 avatar RohitKushvaha01 commented on July 29, 2024

Please remember to always increase versionCode when preparing a new release, or your updates won't reach those having previous versions installed. Android uses this internally to keep versions apart – and if it's not changed considers the APK as "already installed" and ignores it.

Binary files /web/ftp/repo/fdroid/repo/com.rk.xededitor_1.apk and /web/ftp/repo/fdroid/repo/com.rk.xededitor_1.0.3.apk differ

This means, the file was just replaced in my repo – but will still be shown as first and only release. Oh, and for F-Droid.org (where you applied for inclusion IIRC) it will mean it will never arrive there even, as their update checker will say "versionCode: 1? We already have that, so no need to build it."

Thanks for pointing out the problem I have updated versioncode just now in v1.0.4

And I noticed you haven't updated screenshots please update them or does this requires a special procedure?

from xed-editor.

RohitKushvaha01 avatar RohitKushvaha01 commented on July 29, 2024

Thanks for pointing out the problem I have updated versioncode just now in v1.0.4

Have you pushed the changes yet? Because I still see it set to 1 here in the repo. It also says 1.0.3 still here, so maybe it's not yet here?

I forgot to push the repo and just released the build 😅 let me push it
Done

from xed-editor.

RohitKushvaha01 avatar RohitKushvaha01 commented on July 29, 2024

Thanks for pointing out the problem I have updated versioncode just now in v1.0.4

Have you pushed the changes yet? Because I still see it set to 1 here in the repo. It also says 1.0.3 still here, so maybe it's not yet here?

I have pushed the repo do I have to create the release again? Because I added the release apk before pushing

from xed-editor.

RohitKushvaha01 avatar RohitKushvaha01 commented on July 29, 2024

All fine now, thanks! And no need to create the release again this time. Just remember for next time that the tag should point to the commit where you've built the APK from – which of course requires that commit to be pushed 😉

What do you mean by "point to the commit"?
Currently I just put version name in the tag

from xed-editor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.