Skip to content

Commit 91a9565

Browse files
docs: clarify that the APK can only be built
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. Fixes commons-app#56
1 parent 44567f4 commit 91a9565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h2 id="app-versions"><a href="#app-versions">App versions</a></h2>
8585
<li>Beta if the version string contains two dots. Example: 3.0.1</li>
8686
<li>Alpha if the version string contains three dots. Example: 3.0.1.1019</li>
8787
</ol>
88-
<p>If you want to switch back to a previous version, please <a href="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 <a href="https://github.com/commons-app/apps-android-commons/releases">download the source of the corresponding version</a> and <a href="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>
8989

9090
<h2 id="getting-app-logs-from-android-studio"><a href="#getting-app-logs-from-android-studio">Getting app logs from Android Studio</a></h2>
9191
<p>Brief walkthrough for users on how to post logs if they are encountering issues.</p>

0 commit comments

Comments
 (0)