I'd like for Android users to be able to setup meetings with passwords, any reason to publish only on Play and not tag here?
I don鈥檛 know what you mean about passwords, that has nothing to do with the tag, which was already published days ago.
I've looked for the tag for days, not sure where was it published exactly, because trying to acces it directly was 404-ing.
Regarding passwords, that was fixed in lib-jitsi-meet weeks ago and a new version of the app with the updated package.json was not yet published.
I see 20.4.1 in Play store but no such tag, only the _older_ https://github.com/jitsi/jitsi-meet/releases/tag/android-20.4.0
Which commit is the Play version build at?
Thanks
Is there a problem with pushing tags to Github? 20 days later and android-20.4.2 is still not here, but the app is updated on Play.
There is no problem, it's a manual process, since we may do several builds until the release happens. I had just forgotten.
@saghul Right, so https://github.com/jitsi/jitsi-meet/releases/tag/android-20.4.2 published on Sep 24 is the base for the published Play version that was released one month later on Oct 21?
Bump @saghul
Pushed. For reference, we create a release branch for every version, mobile-20.5 in this case: https://github.com/jitsi/jitsi-meet/tree/mobile-20.5 latest build is always tip of the release branch. All .X subsequent versions are fixups which we apply on top of the release branch.