Skip to content

Commit

Permalink
Android versions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinburchell committed Aug 21, 2023
1 parent 9f2d809 commit 63beaf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/developer/releasing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Google Play Store release history
| 2.4.16 | 31 (32-bit ARM); | 2.4.16 | 2023-06-15 | 23 | 31 |
| | 32 (64-bit ARM) | | | | |
+---------------+---------------------+---------------------+--------------------+---------+---------+
| 2.4.17 | 33 (32-bit ARM); | 2.4.17 | 2023-08-19 | 23 | 33 |
| 2.4.17 | 33 (32-bit ARM); | 2.4.17 | 2023-08-21 | 23 | 33 |
| | 34 (64-bit ARM) | | | | |
+---------------+---------------------+---------------------+--------------------+---------+---------+

Expand Down
2 changes: 1 addition & 1 deletion tablet_qt/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="org.camcops.camcops" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.4.17" android:versionCode="33" android:installLocation="auto">
<manifest package="org.camcops.camcops" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.4.17" android:versionCode="34" android:installLocation="auto">
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="CamCOPS" android:icon="@drawable/icon" android:allowBackup="false">
<!-- singleTask is necessary to stop a second, inactive window from opening when the app is launched both from URL and icon -->
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.camcops.camcops.CamcopsActivity" android:label="CamCOPS" android:screenOrientation="unspecified" android:launchMode="singleTask" android:exported="true">
Expand Down

0 comments on commit 63beaf6

Please sign in to comment.