You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the app's release page doesn't provide APKs as
artifacts. So, correct the sentence to clarify that the APKs
could only be built for previous versions of the app.
Fixescommons-app#56
<li>Beta if the version string contains two dots. Example: 3.0.1</li>
86
86
<li>Alpha if the version string contains three dots. Example: 3.0.1.1019</li>
87
87
</ol>
88
-
<p>If you want to switch back to a previous version, please <ahref="https://github.com/commons-app/apps-android-commons/releases">download the APK of the version you want</a> and install it (you may need to uninstall first).</p>
88
+
<p>If you want to switch back to a previous version, please <ahref="https://github.com/commons-app/apps-android-commons/releases">download the source of the corresponding version</a> and <ahref="https://github.com/commons-app/commons-app-documentation/blob/master/android/Quick-start-guide-for-Developers.md#building-the-source-code">build the 'prod' flavor of the APK</a> and install it (you may need to uninstall first).</p>
89
89
90
90
<h2id="getting-app-logs-from-android-studio"><ahref="#getting-app-logs-from-android-studio">Getting app logs from Android Studio</a></h2>
91
91
<p>Brief walkthrough for users on how to post logs if they are encountering issues.</p>
0 commit comments