commons-app / commons-app.github.io

Website for the Android Commons app
https://commons-app.github.io
Apache License 2.0
17 stars 27 forks source link

Is it possible to download the app APK from the releases page? #56

Closed sivaraam closed 3 years ago

sivaraam commented 3 years ago

I noticed that the "App versions" section of the documentation page has the following line:

If you want to switch back to a previous version, please download the APK of the version you want and install it (you may need to uninstall first).

But as far as I could see, we don't publish the APKs along with each release. Did you mean to say that they would have to download the corresponding source and build the APK themselves @nicolas-raoul ? 🤔

nicolas-raoul commented 3 years ago

I guess I mixed up with my other project https://github.com/ankidroid/Anki-Android/releases where APKs are automatically uploaded as part of the release process. Hopefully it would be possible to implement such a thing here as well? Meanwhile I agree that the documentation should be changed. Thanks @sivaraam for spotting this!

sivaraam commented 3 years ago

Hopefully it would be possible to implement such a thing here as well?

Yeah. It would be a nice alternative for people who want to directly download the APK for some reason.

Meanwhile I agree that the documentation should be changed.

Sure. I'll change that.

sivaraam commented 3 years ago

@nicolas-raoul I've made the changes in https://github.com/commons-app/commons-app.github.io/commit/91a95657ccd281654f139a45579958a87624e315. Let me know if anything else needs change in that.