We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cb034 commit 9c8f44cCopy full SHA for 9c8f44c
3 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 5.4.17 (9 Feb 2026)
2
+- New shortcut screen
3
+- Make dialog text selectable
4
+
5
## 5.4.16 (19 Jan 2026)
6
- increase minimum supported Android SDK to 23
7
- update Material theme colors
app/build.gradle.kts
@@ -19,8 +19,8 @@ android {
19
applicationId = "com.activitymanager"
20
minSdk = 23
21
targetSdk = 34
22
- versionCode = 556
23
- versionName = "5.4.16"
+ versionCode = 557
+ versionName = "5.4.17"
24
25
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
26
metadata/en-US/changelogs/557.txt
@@ -0,0 +1,2 @@
0 commit comments