Skip to content

Commit 05c4124

Browse files
1 parent ac9f777 commit 05c4124

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs.html

+10
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,16 @@ <h2 id="nearby-query"><a href="#nearby-query">Customizing the Nearby query</a></
7373
<p>The names of the outputs can not be changed.</p>
7474
<p>Variable names are replaced by the app before executing the query.</p>
7575

76+
<h2 id="app-versions"><a href="#app-versions">App versions</a></h2>
77+
<p>To know what version of the app you are using, open the "About" dialog and check the string immediately below the "Commons" title.</p>
78+
<p>This string also tells you what channel you are using:</p>
79+
<ol>
80+
<li>Stable if the version string contains one dot. Example: 3.0</li>
81+
<li>Beta if the version string contains two dots. Example: 3.0.1</li>
82+
<li>Alpha if the version string contains three dots. Example: 3.0.1.1019</li>
83+
</ol>
84+
<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>
85+
7686
<h2 id="getting-app-logs-from-android-studio"><a href="#getting-app-logs-from-android-studio">Getting app logs from Android Studio</a></h2>
7787
<p>Brief walkthrough for users on how to post logs if they are encountering issues.</p>
7888
<ol>

0 commit comments

Comments
 (0)